cancel
Showing results for 
Search instead for 
Did you mean: 

XABLN not getting updated in delivery during PGI by IDoc

Former Member
0 Kudos

Hi Experts,

Please help with scenario below

I am posting an IDoc with XABLN (GR/GI Slip number) in the EDL20 segment

The IDoc posts successfully and performs GI too (the delivery is an utbound delivery and am doing a PGI using this inbound IDOc from customer)

But the GR/GI field is not getting updated in the Outbound delivery (this is for Italy, so GR/GI is required by business)

any inputs will be greatly appreciated,

Thanks very much

Usman

Edited by: Usman Basha on Jul 30, 2009 11:16 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

figured out myself

Answers (1)

Answers (1)

former_member315051
Active Contributor
0 Kudos

Check with your ABAPer, he will help you in this case.

Former Member
0 Kudos

Found this by my ABAPer (myself ).

I thought there must be a functinal solution for this one

but got to change some code to make it happen.

if anyone else is looking for the same:

go to user exit ZXTRKU03 and export the XABLN number to a memory id, will need this in the "USER exit save"

then go to SD user exit MV50AFZ1 and retreive it and update XLIKP-XABLN and read the XABLN number from memory and modify this internal table.

Thanks

Usman