2009 Jan 27 2:21 PM
Hi All,
My requirement is to populate the characteristics value of DLI and then to pass these characteristics value to VBAP table for the given Sales order.
I am facing 1 weird issue as in the value of 1 characteristics say ZZISSUBAT is available in EXIT_SAPLAD12_004
Its getting populated correctly , also I can see the value displayed on DP91 screen for the particular DLI, however this value when I do billing request in DP91 is not available in EXIT_SAPLV46H_001.
this value is not available in structure I_SDSM_DLI for ZZISSUEBAT.
Please give me some suggestions for this.
Are there any intermediate EXITs need to be taken care.
Thanks in advance,
Amruta
2009 Jan 27 3:13 PM
you can use IMPORT and EXPORT from one exit to other one...
import zabc to zabc from memory id l_mem_id.
export zabc from zabc to memory id l_mem_id.
2009 Jan 28 6:43 AM
For RRB user-exits, search SMOD using AD01*
Also see [Oss Note 301117|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=301117]
PeteA