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: 

How to pass fields from CI_EBANDB to CEBAN

Former Member
0 Kudos

Hello,

i use teh enhancement MEREQ001 to add a customer field in ME51N (Z_Budgetiert in dynpro 111). also i've extended the table EBAN at the include structure CI_EBANDB. Storing the field entry in database works fine.

Now i would like to pass the entry of this field, from an unsaved document to the communication structure for release strategy CEBAN. This should be possible in the enhancement M06B0002 FM EXIT_SAPLEBND_001. But i have no idea how i get access to the field in from a unstored document.

Is there a way to get direct access form FM EXIT_SAPLEBND_001 to structure CI_EBANDB?

thanks to all!

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Read the SMOD enhancement documentation and append your fields at structure CEBANZZ, those fields will be copied (move-corresponding) before the exit FM call. (Did you perform a where-used search of this FM?)

Regards,
Raymond

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

Read the SMOD enhancement documentation and append your fields at structure CEBANZZ, those fields will be copied (move-corresponding) before the exit FM call. (Did you perform a where-used search of this FM?)

Regards,
Raymond

Former Member
0 Kudos

Thank you very much. It works!

regards

daniel