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: 

Passing the 60 char Street value to BAPI "BAPI_SALESORDER_CREATEFROMDAT2"

Former Member
0 Kudos

Hi Experts,

I am trying to pass the street values from ADRC to the Partner Address in the BAPI "BAPI_SALESORDER_CREATEFROMDAT2".

The Parameter PARTNERADDRESSES uses BAPIADDR1 structure where the street field is declared as 40 characters.

But I am extracing the street values from ADRC table where the street field is declared as 60. Is there a way to pass the Street values to the BAPI with 60 characters?

Appreciate your help in this.

Regards,

Raj

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Have you checked the field STREET_LNG in bapi structure PARTNERADDRESSES which is having length 60?

2 REPLIES 2

Former Member
0 Kudos

Have you checked the field STREET_LNG in bapi structure PARTNERADDRESSES which is having length 60?

Former Member
0 Kudos

Thanks . It worked!!