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 update a custom field in EBAN structure via MD03

Former Member
0 Kudos

dear all,

Kindly help me to determine which exit or badi should i implement,

i try to add a custom field into the EBAN structure (using append structure).

i add a PR creation time into the table, its already worked for PR triggered

from SO and create manually via ME51N, but i had a problem for PR that

created from PP side, MD03, MD04, etc. i could not find the exit/badi.

thanks&regards,

Cahndase

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Try the following to check wether BADI exixts or not

SE24>cl_exithandler->get the instance--->Run the program for which u needed the BADI .

you will be able to locate the BADI

Regards,

K.Sibi

3 REPLIES 3

Former Member
0 Kudos

Try the following to check wether BADI exixts or not

SE24>cl_exithandler->get the instance--->Run the program for which u needed the BADI .

you will be able to locate the BADI

Regards,

K.Sibi

0 Kudos

Dear all,

I'm using 4.6C right now, i already implement BADI MEREQ001, but this only valid

for creating PR via ME51N.

I found an EXIT_SAPLEBND_001 and tried to implement it,

but i got another difficulties since how i transfer CEBAN structure to EBAN structure.

thanks very much.

Regards,

Billy

Former Member
0 Kudos

Since i dont have sap access, i cant check. Incase if you want to [use custom program to find user exits based on T-code|; check here.