I have a requirement to resend the data using wrapper program by submitting wdbm for that i have implemented a logic to extend the segements in IF_EX_ASSORTMENTLIST_UPD~CHANGE_IDOC.
When i was able to generate the program but it was not triggering ...
Hello ,
I have created a custom , linked to basic type artmas05 and assigned to function module MASTERIDOC_CREATE_SMD_ARTMAS.
Also created change pointers using MM42 . Now a m trying to send idoc using b21 .It was trigerring the function module b...
Hello ,
I have created a custom , linked to basic type artmas05 and assigned to function module MASTERIDOC_CREATE_SMD_ARTMAS.
Also created change pointers using MM42 . Now a m trying to send idoc using b21 .It was trigerri...
in my logic field symnol data is not mapping correctly .field symbols overwriting with new values.please provide me solution .SELECT * from z30lo_t001w INTO CORRESPONDING FIELDS OF TABLE lt_tkey. if lt_tkey is not INITIAL. LOOP at lt_tkey...
Hi Experts ,I am very new to change pointers concept , can any one please guide me steps to create change pointers recording for custom table .Please help me ...
Hi Dominik ,
Thanks for reply ..
I am trying to change material description and writing change pointers . Now i want to send the changed material through idoc. Am not creating any custom segments just changing the description.
So my requi...
Hi Asish thanks for replynow i changed to below logic , but still updating on last record for records in lt_keyif lt_tkey is not INITIAL. LOOP at lt_tkey ASSIGNING <ls_key>.** update internal store id LOOP AT <ls_ref> ASSIGNING <ls_ref_li...