Quantcast
Channel: SCN: Message List
Viewing all 8798 articles
Browse latest View live

Re: Error while reopen fiscal year in OAAQ

$
0
0

Hi Hari

 

is it a New implementation or cutover that you are doing?

 

With closed year as 2015, you should be able to takeover on 30.01.2016. But if you want to do takeover in previous year, then change the date to 2015

 

To me it makes sense that you takeover on 30.1.2016

 

Ajay M


Re: Disable select change in single select mode of List sapui5

$
0
0

Hi Gautami,

 

Instead of using the SingleSelectLeft mode, I put a RadioButton in the list item and used its selected and enabled property. You can write a formatter for those based on the conditions you want the selected and enabled to be handled.

 

<List>

  <items>

  <CustomListItem>

  <content>

  <RadioButton text="desc1" enabled="false"></RadioButton>

  <RadioButton text="desc2" selected="false" enabled="false"></RadioButton>

  <RadioButton text="desc3" selected="true" enabled="false"></RadioButton>

  </content>

  </CustomListItem>

  </items>

  </List>

 

Just see if this approach works fine for you.

 

Best Regards

Deepshikha

Re: Error while reopen fiscal year in OAAQ

$
0
0

Hi,

 

According to me the fiscal year 2014 cannot be re-opened through OAAQ as already the transfer date is 31.01.2016 which is fiscal year 2015 I suppose. So all the data before that were in legacy system and not in SAP. So at any point the system will not allow to open the fiscal year 2014 in this case. The thing you can do is make changes in the Transfer date to 31.01.2015 and then you will see that in OAAQ it will be showing as 2014.

 

Regards,

Malhar.

Re: CMD_EI_API=>maintain : replication of sales area data

$
0
0

Alas the CMD_EI_API (and VND) are not true BAPI even if useful, read for example 2023421 - CMD_EI_API doesn't trigger customer exit "EXIT_SAPMF02D_001"

  • CMD_EI_API is a class designed for the customer master data synchronisation from a Business Partner.
  • It has no relation with customer master data dialog transaction, its user exits or BAdIs.

 

In some future that may change, look at  1752215 - Business Transaction Event 00001320 is not triggered, where SAP added a missing function.

 

You could try to trigger CRM update from the BTE or you could also play the innocent with SAP and raise an incident for this "bug", who knows?

 

Regards,

Raymond

Re: SMARTFORMS Command NEXT_PAGE

$
0
0

HI,

 

I guess the page Next has a MAIN window. At the end of the MAIN window, you can set a page break to page TC.If you set the page Next to have the setting Duplex, it will issue a duplex command each time for a new page and will always print on the front of the page.

 

If you set the print mode setting on page TC to ' ' Default: No change of print mode, this houls work to print on the back of the last page. i.e. the setting in the Smart Form should be:

 

Next: D Begin new page in DUPLEX mode (double-sided)

TC: ' ' Default: No change of print mode

 

Regards,

Karthik

Re: Medical Reimbursement Exemption Issue

$
0
0

Hi Experts,

 

Can anybody please guide me where it might have gone wrong.

 

Why there is inconsistency in the Tax exemption & calculation.

 

Have i gone wrong some where in T7IN9 or somewhere in master data management.

 

Thanks.

Re: Error in START_J2EE_INITIAL phase of PI7.1 Ehp1 Upgrade

$
0
0

Hello Govind,

 

many years ago but I'm facing the same problem with a dual stack upgrade (solman 7.2).

Within that start of java the required abap shadow instance isn't running any more. Have you found a solution for your problem? Because I'm not able to start shadow instance at that point in time.

 

Many thanks and kind regards

Roland

Re: SAP GUI RFC Trace reports TSV_TNEW_PAGE_ALLOC_FAILED

$
0
0

What's your kernel level Martin?

You can find this out from SAPgui using System -> Status -> SHIFT+F5

Kernel release and patchlevel.

 

Regards,

Jude


Re: DB2 restoration is successful but no data in tables.

$
0
0

Hi John

 

Both the FS size is not same,

 

1- Ask unix to make Same FS as source

2- drop the database

3- restore again

 

You can find the same issue on your /db2/SID/db2dump db2diag.log

 

Please share the file also. as per my understanding addition of the space will solve your issue,

 

Thanks

Sadiq

Re: Repeat logon requested in Runtime Workbench

Re: How to get delivery date on runtime in ME22N?

$
0
0

BAdI ME_PROCESS_PO_CUST, method CHECK

Retrieve ITEM data and schedules

For each one, read EKET/EKES from DB and if the date is different, fill error log.

 

You can found plently of example on SCN

A Subcontracting PO issue

$
0
0

hi expert,

 

I have a subcontraction PO issue, I had fixed "Qty is Fixed" field on Component Overview screen when i created a subcontracting PO. the PO qty is 100, and component qty is 100 as below:

固定数量.jpg

 

on MIGO, when I change GR qty from 100 to 105, the component qty is automatically updated to 105 as below. but i want to the component is fixed as 100.  i want to control "Qty is Fixed" when GR, how to do this?

物料变数.jpg

don't open dashboard analysis application

$
0
0

1.jpg

don't open dashboard analysis application In prod system ever full control auth. In QA it's ok. Anyone know what is need?

 

Access level: Full control on folder, BI launch pad, Dashboard application. Open only for  Administration users.

help anybody.

Note: in Prod the owner Administrator, in QA employer



   
 
 
 
 
 
 
 
 
 
 
 





Re: HCP - Transporting UI5 Applications from Dev to Prod tenent

$
0
0

Thanks Florian and Sergio!

 

@Sergio - My question was more about HTML5 Applications in HCP. For HANA artefacts, HALM is fine although not the best.

Re: PRICAT: Using PRICAT_K010 for managing extension? (Pricecatalogue)

$
0
0

Hi,

 

You can extend the fields in PRICAT. and map those fields to MARA. Please discuss with  your ABAP consultant


Re: BW Upgrade 7.0 to 7.5 (Oracle)

$
0
0

I tried the link provided by Bhavin Vyason Feb 17, 2016 8:20 AM and I do find SAP NetWeaver 75 (and BW being part of NetWeaver that seems to be what you are looking for)...

MESSAGE_TYPE_X during delete info cube

$
0
0

Hello

I get an MESSAGE_TYPE_X with CL_RSTRAN_STAT================CP during try to delete one info cube. In info cube is an inactive transformation but when I try to activate this I get the same error.

 

20   CALL FUNCTION 'RSD_IOBJNM_GET_FROM_INFOSET'
21 EXPORTING
22   i_iset_iobjnm = i_iobjnm
23   i_objvers = i_objvers
24 IMPORTING
25   e_fieldnm = l_fieldnm
26 EXCEPTIONS
27   name_error= 1
28   no_field  = 2
29   OTHERS    = 3.
30   IF sy-subrc <> 0.
31 l_is_iset = rs_c_false.
32 l_iobjnm  = i_iobjnm.
33 CALL FUNCTION 'RSD_FIELDNM_IN_DDIC_GET'
34   EXPORTING
35     i_iobjnm   = l_iobjnm
36     i_objvers  = i_objvers
37   IMPORTING
38     e_fldname  = l_fieldnm
39     e_sidfieldnm   = l_sidfieldnm
40   EXCEPTIONS
41     name_error = 1
42     prefix_invalid = 2
43     other_error= 3
44     OTHERS     = 4.
45 IF sy-subrc <> 0.
>>>>>   MESSAGE x000(rstran).                             "#EC *
47 ENDIF.
48   ELSE.
49 *-- in case of InfoSet l_fieldnm is universe for a single InfoSet
50 l_iobjnm   = i_iobjnm.
51 e_fieldnm  = l_fieldnm.
52 l_is_iset  = rs_c_true.
53 *-- universe can't handle it
54 EXIT.
55   ENDIF.
56
57   FIND rsd_c_atr_delimiter IN i_iobjnm.
58   IF sy-subrc = 0.
59 FIND rsd_c_iset_delimiter IN i_iobjnm.
60 IF sy-subrc  = 0 AND
61    l_is_iset = rs_c_false.
62   e_fieldnm = l_sidfieldnm.
63 ELSE.
64 * Preparation
65   l_r_universe = cl_rs_infoobject_universe=>get_instance( ).

 

I have SAPKW74010 with kernel 742/300 on linux.

 

 

Thanks and regards

 

Olaf

 

 

P.S: Please think in solutions not in points.

Re: HCP - Transporting UI5 Applications from Dev to Prod tenent

$
0
0

Thanks Florian!

 

Let me listen to the session. Anyways, going by your comments there seems to be a GAP as of today.

Re: Problema con calculo de retencion

$
0
0

Hola Mariano, pudiste resolverlo?

yo estoy teniendo un problema similar. Cree un nuevo indicador de retencion de iva y al cargar un documento no me toma la base imponible, me la deja en cero en lugar de ponerme el importe del iva..

Modificando la definicion del indicador pude q tome el neto total de la factura, pero no me sirve, debe tomar como baseImp el importe de iva.

alguna idea?

Desde ya muchas gracias!

Re: srevice master with long text

$
0
0

Hi,

No standard report show the long texts but you can cross check with service reports with t.codes

1. ML84

2. MSRV6

3. MSRV3

 

Regards,

Biju K

Viewing all 8798 articles
Browse latest View live




Latest Images