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 change mobile phone

Former Member
0 Kudos

Dears

I am using this FS BAPI_SALESORDER_CREATEFROMDAT2 to create sales order , every thing is ok ,but one question , i need to upload the partner detail: mobile phone .

in the FS parameters: ORDER_PARTNERS , there are two component : TELEPHONE TELEPHONE2

i tried both , but not work, it can only input the phone number into the field : Telephone number , but not in the Mobile phone .

Anyone has some idea how to input the mobile phone? thanks .

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

i used in BAPI in my reports and i tried inserting both numbers in telephone telephone2 and it was working fine and also after

apply BAPI_TRANSACTION_COMMIT just after the FM BAPI_SALESORDER_CREATEFROMDAT2 so the commit the changes ...

or else pass the mobile telephone number in the import parameter ORDER_HEADER_IN which has a component TELEPHONE

Try Out...

Best of Luck !!!!

Regards,

Ravi

3 REPLIES 3

Former Member
0 Kudos

hi,

i used in BAPI in my reports and i tried inserting both numbers in telephone telephone2 and it was working fine and also after

apply BAPI_TRANSACTION_COMMIT just after the FM BAPI_SALESORDER_CREATEFROMDAT2 so the commit the changes ...

or else pass the mobile telephone number in the import parameter ORDER_HEADER_IN which has a component TELEPHONE

Try Out...

Best of Luck !!!!

Regards,

Ravi

0 Kudos

Hi,

do you mean you can input the number into the "Mobile phone" field?

i tried both the BAPI component TELEPHONE TELEPHONE2, but the value all go into the field "Telephone" ,but none into the field "Mobile Phone".. thanks

Former Member
0 Kudos

Hi,

Pass Mobile No in Table PARTNERADDRESSES-TEL1_NUMBR.