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: 

BAPI_SALESORDER_CREATEFROMDAT2 house number

mehul_mori
Explorer
0 Kudos

Hi,

I am trying to create sales order using BAPI BAPI_SALESORDER_CREATEFROMDAT2.

But I am not able to find any parameter in the FM for house number. Streetis available but house number is not availabale. Can anyone tell me how to create order number with house number field.

2 REPLIES 2

Former Member
0 Kudos

There is no seperate field for House Number. The STREET field includes both house number and street

ORDER_PARTNERS-STREET - House number and street

0 Kudos

> There is no seperate field for House Number. The

> STREET field includes both house number and street

>

> ORDER_PARTNERS-STREET - House number and street

Yes.. that's what the problem is. If I use ORDER_PARTNERS-STREET it updates the field ADDR1_DATA-STREET on the address screen and not the house number ADDR1_DATA-HOUSE_NUM1 field which I want to insert. I can see one more table PARTNERADDRESSES in the TABLES of BAPI , can I use this for my purpose. If yes, how ?