Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

EXIT_SAPLV46H_001

Former Member
0 Kudos

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

2 REPLIES 2

Former Member
0 Kudos

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.

peter_atkin
Active Contributor
0 Kudos

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