Application Development and Automation 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: 
Read only

populating E1EDPA1

Former Member
0 Likes
1,119

Hi!

I need to populate segment <b>E1EDPA1</b> with the following two qualifiers:

<b>AG</b> - qualifier

PARVW

PARTN

LIFNR

<b>ZG</b> - qualifier

PARVW

PARTN

LIFNR

the thing is that I am not sure where in DB to take the info for these lines of segment... table / field or any advice is welcome.

Will reward,

Mindaugas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
728

You can write the query

select * from vbpa into table i_vbpa

where vbeln = give the vbeln from user exit

and parvw = 'AG'

and KUNNR = use kunnr from user exit.

then use above information E1EDPA1 Segment

Thanks

Seshu

3 REPLIES 3
Read only

Former Member
0 Likes
728

Hi,

Please use table VBPA.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
728

chk out the Customer exits:

ZXEDFU01 and ZXEDFU02

Please reward the helpful entries.

Regards,

Raman.

Read only

Former Member
0 Likes
729

You can write the query

select * from vbpa into table i_vbpa

where vbeln = give the vbeln from user exit

and parvw = 'AG'

and KUNNR = use kunnr from user exit.

then use above information E1EDPA1 Segment

Thanks

Seshu