2009 Oct 28 3:11 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
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
2009 Oct 28 6:41 AM
2009 Oct 28 6:50 AM
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.
2009 Oct 28 7:46 AM
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
2009 Oct 28 8:05 AM
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.