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: 

RV_SHIPMENT_PRINT_VIEW

Former Member
0 Kudos

Hi experts,

Am using RV_SHIPMENT_PRINT_VIEW fm to get values for Pick list smartform.

I have to print sold to and ship to addresses for every delivery num.I have many tables as output of fm.Could you please tell me which adrnr to use for ship to and sold to?

And how to differentiate sold to and ship to?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

The field corresponding to KUNNR is ship-to party ..u get it in KNA1 from which u also get its ADRNR.

KUNAG is Sold-to party

In ur case VBPLA-ADRNR_AG contains Address number of the sold-to party.

&

VBPLA-ADRNR_WE contains Address number of the ship-to party.

u'll find this structure VBPLA in export part of ur FM.

Regards,

Amit

2 REPLIES 2

Former Member
0 Kudos

Hi,

The field corresponding to KUNNR is ship-to party ..u get it in KNA1 from which u also get its ADRNR.

KUNAG is Sold-to party

In ur case VBPLA-ADRNR_AG contains Address number of the sold-to party.

&

VBPLA-ADRNR_WE contains Address number of the ship-to party.

u'll find this structure VBPLA in export part of ur FM.

Regards,

Amit

Former Member
0 Kudos

Hi amit,

Thanks for the reply

Edited by: Usha Jayapal on Feb 26, 2009 10:53 AM