‎2007 Jun 25 9:02 PM
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
‎2007 Jun 27 5:42 PM
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
‎2007 Jun 25 9:08 PM
‎2007 Jun 27 5:28 PM
chk out the Customer exits:
ZXEDFU01 and ZXEDFU02
Please reward the helpful entries.
Regards,
Raman.
‎2007 Jun 27 5:42 PM
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