Yes, you can change it using the BTE. you have to fill extension structure and there is one BTE which will be used to park the document . In that BTE, you can change the posting key. Please note that here, to fill the extension structure is not manda...
Hi,Use below syntax,SUBMIT RM06EL00 USING SELECTION-SET '/POP' WITH SELECTION-TABLE i_selection AND RETURN.Here selection-set is your variant.System will call program with union of values - <your varient> + <selection-table>.Regards,Narendra Patel
You can take only two fields VBELN and NETWR in your intenral table.Then Loop t_vbrp into wa_vbrp wa_collect-vbeln = wa_vbrp-vbeln. wa_collect-netwr = wa_vbrp-netwr. collect wa_collect into t_collect. endloop.Pre Con...
Hi shanthan.madupu ,I am using method MAINTAIN_BAPI with TASK = 'I' for creating new customer.But the problem is method is always generate new number even if error is there.Do you know solution for that?