We can help. Together we learn....

We are moving to a better and faster site SAPYard.com  (http://www.sapyard.com/).

The content has been moved to below link. Please visit it at your convenience. Thank you for all your cooperation.

http://www.sapyard.com/steps-to-stop-debugger-at-elm-badi-crm_mktlist_badi-from-web-ui-screen/

MIRO -

by Voice | Friday, January 14, 2011 in | comments (0)

If you want to mimic the quantity shown in MIRO (transaction) while posting incoming invoice, you need to use the following function module


CALL FUNCTION 'MRM_ASSIGNMENT'
EXPORTING
i_display = v_display
ti_drseg_old = i_drseg
TABLES
t_drseg = ti_drseg
t_rbselbest = ti_rbselbest
t_rbsellifs = ti_rbsellifs
t_rbselfrbr = ti_rbselfrbr
t_rbselwerk = ti_rbselwerk
t_rbselerfb = ti_rbselerfb
t_errprot = ti_errprot
t_ebelntab = ti_ebelntab
CHANGING
c_rbkpv = w_rbkpv
t_limit = w_limit.
IF sy-subrc = 0.
IF ti_errprot[] IS INITIAL AND ti_drseg[] IS NOT INITIAL.

LOOP AT ti_drseg ASSIGNING w_drseg WHERE koart = c_koart_initial.
w_drseg-tbtkz = w_rbkpv-tbtkz.
CALL FUNCTION 'MRM_AMOUNT_QUANTITY_PROPOSE_N'
EXPORTING
i_rbkpv = w_rbkpv
CHANGING
c_drseg = w_drseg .
ENDLOOP. "
ENDIF. "
ENDIF. "

Language Supplementation after EHP installation

by vinaysingh | Thursday, January 13, 2011 in | comments (0)

Language supplementation is a process where we copy missing translations in a particular language X from existing texts in language E.It is recomended to carry out language supplementation after carrying out any of the below activity :-
a.Importing EHPs
b.Installing a new language.
c.Importing Support Packages.
d. any tranport activity which affect language.

SAP has give the customer choice to define which language they want to use for Supplementation. So may be a customer in Poland selects DE for supplementation of PL because his employees do understand DE too but do not understand EN.

The Language Supplementation has to be started manually from SMLT.

Unable to activate the business function set in PROD system

by vinaysingh | Thursday, January 13, 2011 in | comments (1)

We recently upgraded our system from ECC 4.6 / AFS 3.0 to ECC6.0 / AFS 6.04.And we found that the some functionalities are missing in ECC-6.0 /AFS 6.04 (Grid Value & Category data is not updating in HU overview screen).

we were able to activate the business function set in our development system but were not able to do the same in our production system.

later we found that Due to system change options(SE06) , it is usually not possible to activate business functions directly in a quality system or production system.

The way (suggested )to activate it in QAS or PROD system is that the business function settings should be transported from DEV to QAS and then to PROD(in order DEV-->QAS-->PROD).

A transport request that contains the business function settings of the development system can be generated in t-code SFW5 in the development system and choose transport from menu system setting. After the transport has been generated ,it can be imported to the quality system.

The import of the transport will automatically activate the same business functions that were in the development system when the transport request was generated.

Dual Stack Application Systems

by vinaysingh | Thursday, January 13, 2011 in | comments (0)

I do not have concrete reason to mention why SAP came up with separation of ABAP and JAVA stack installation (unlike Dual stack installation performed earlier ).

It is evaluated and believed that performance was one of the major reason for it. As of SAP Business Suite 7, you can no longer install Dual Stack Application Systems (ABAP+Java) except for Solution manager and PI .Existing dual stack Application Systems are still supported.

However, new systems should be installed as separated ABAP and JAVA Systems.

If you want to use both SAP Business Suite ABAP and Java Components in your system landscape, you have to proceed as follows:
1. Install a separate ABAP-based SAP Business Suite system.
2. Install the required Java components in a separate Java-based SAP system.
3. Configure the connection of the Java-based SAP system to the ABAP-based SAP Business Suite back-end system.

EHP4 for SAP ERP 6.0, SAP CRM 7.0, SAP SCM 7.0, SAP PLM 7.0, SAP SRM 7.0 are part of suite 7.

There is some work around for BI for which one can refer to SAP note :-
Note 1181025 - NW7.0 EHP1 - Install BI Dual Stack System (Workaround)

We are moving to a better and faster site SAPYard.com  (http://www.sapyard.com/).

The content has been moved to below link. Please visit it at your convenience. Thank you for all your cooperation.

http://www.sapyard.com/adding-output-message-to-a-quotationorderdeliveryinvoice/

We are moving to a better and faster site SAPYard.com  (http://www.sapyard.com/).

The content has been moved to below link. Please visit it at your convenience. Thank you for all your cooperation.

http://www.sapyard.com/sqvi-quick-viewer-for-abap-developers/

Categories