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

Former Member
0 Kudos

Hi There

We are using the BAPI - BAPI_SALESORDER_CREATEFROMDAT2 to create sales

orders into SAP. We need to populate the customers / Sold-to partys

Mobile number using the above BAPI. I am not able to see any place

holder for inputting the mobile number in the BAPI.

Is the functionlaity of udpating SPs mobile number using the above BAPI

is available?

I could see the communcation method and I tried using the value "MOB"

but it is not helping my requirement.

Could you help me at all? Thanks for your help and inputs.

Kind Regards

Subra Maniam

4 REPLIES 4

Former Member
0 Kudos

Hai Subramaniam,

In BAPI_SALESORDER_CREATEFROMDAT2 there is a PARTNERADDRESSES table . In that table there is afield TELNUM to place mobile numbers.

Former Member
0 Kudos

Hi Ravi

The follwoing are the fields we have in PARTNERADDRESS (BAPIADDR1)

TEL1_NUMBR AD_TLNMBR1 First telephone no.: dialling code+number

TEL1_EXT AD_TLXTNS1 First Telephone No.: Extension

FAX_NUMBER AD_FXNMBR1 CHAR 30 0 First fax no.: dialling code+number

FAX_EXTENS AD_FXXTNS1 CHAR 10 0 First fax no.: extension

Former Member
0 Kudos

Hi Ravi

Thanks for your resposne

The follwoing are the fields we have in PARTNERADDRESS (BAPIADDR1)

TEL1_NUMBR AD_TLNMBR1 First telephone no.: dialling code+number

TEL1_EXT AD_TLXTNS1 First Telephone No.: Extension

FAX_NUMBER AD_FXNMBR1 First fax no.: dialling code+number

FAX_EXTENS AD_FXXTNS1 First fax no.: extension

Am I missing something here?

Regards

Subra Maniam

0 Kudos

Hi Subra Maniam,

Please see [SAP Note 366265 - How should I fill the BAPI parameters?|https://service.sap.com/sap/support/notes/366265] can perhaps help you with something. Item 4 (Document addresses).

Regards

Bruno Xavier.