Application Development and Automation 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: 
Read only

Mobile Number field missing in FM: bapi_requisition_create

Former Member
0 Likes
700

Hi Friends,

Createing PR using FM: BAPI_REQUISITION_CREATE. there is a field MOB_number in upload data.

i have gone through SDN forms, but i coundn't find. Please suggest me when can i pass this field or suggest me a table name.

Thanks in advance.

kallam

Edited by: srinu rao on Oct 28, 2009 5:31 AM

Hi Friends,

Createing PR using FM: BAPI_REQUISITION_CREATE. there is a field MOB_number in upload data.

i have gone through SDN forms, but i coundn't find. Please suggest me when can i pass this field or suggest me a table name.

Thanks in advance.

kallam

Edited by: srinu rao on Oct 28, 2009 5:31 AM

4 REPLIES 4
Read only

Kanagaraja_L
Active Contributor
0 Likes
664

Give some details ......

Kanagaraja L

Read only

Former Member
0 Likes
664

In this BAPI in tables parameter u have REQUISITION_ADDRDELIVERY structure , here u have a field for telephone no., I think u can put ur mobile no. there.

Read only

0 Likes
664

Hi Vijeta,

More details: I am uploading Excel data to Create PR. i am developing report and it is for back ground schedule.

i am using FM: BAPI_REQUISITION_CREATE. i have telephone num, exten, fax and Mobile number also.

For this Mobile number i don't have a field in REQUISITION_ADDRDELIVERY structure.

i was checked BAPI_PR_CREATE aslo, i could not find this field.

Please suggest me any alternative to upload mobile number.

Thanks in advance.

kallam

Read only

0 Likes
664

If u have a Purchase Requisition already ccreated manually with the mobile no. field then u can execute

BAPI_REQUISITION_GETDETAIL

and pass the PR no. and see in which structure or table field u get the mobile number. This will help u to pass the mobile number in the right field in CREATE BAPI.

I dont have an existing PR with mobile no. in my system u can check if u have or else create one manually and use the BAPI of get detail and see the structure.