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/add-events-in-the-table-to-meet-custom-requirements/

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/alv-grid-using-hr_display_basic_list/


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/send-e-mail-with-subject-line-greater-than-50-characters/


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.


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.

Categories