2013 Jul 31 10:08 AM
Hi All,
I have a requirement to change the functional location label using a BAPI . I have found a BAPI by name "BAPI_FUNCLOC_CHANGE" through which we can change the fields of functional location. In my requirement I need to change the label of the functional location from this path Goto IL02 ->enter the functional location -> goto Extras --> Alternative Label --> Overview --> Select a functional location and then click on change. Here u need to enter the new label. I am unable to find the field new label in the BAPI "BAPI_FUNCLOC_CHANGE". I kindly request you to help me out finding the correct BAPI or finding the correct field name in the above given BAPI. You can even suggest a Function Module if there is any.
Thanks & Regards,
Adarsh Srivastava
Ph - +91-9160384999
2013 Jul 31 10:41 AM
Hi,
Do an F1 see the technical name check in tables
Chances are you will find the field you are looking for.
Cheers,
Arindam
2013 Jul 31 11:09 AM
Dear Arindam,
Thank you for the reply. The actual screen field name for my particular field is STRTO. I am unable to find that particular field in "BAPI_FUNCLOC_CHANGE". The actual thing I need to do is to change the functional location name using IL02 tcode through a BAPI.
Thanks & Regards,
Adarsh Srivastava
Ph - +91-9160384999
2013 Jul 31 11:28 AM
Hi Adarsh,
As an alternative, maybe you can do a BDC for changing the Functional Location Label.
2013 Jul 31 12:50 PM
Hi A N,
Thank you for the reply. I can only use a BAPI in my requirement. Kindly suggest some relevant BAPI.
Thanks & Regards,
Adarsh Srivastava
Ph - +91-9160384999
2013 Jul 31 1:07 PM
Hi,
Have you checked the FM BAPI_FUNCLOC_GETLIST. Looks like it has the field that you want i.e. Alternate Label. See the documentation in your system.
Cheers,
Arindam
2013 Jul 31 1:22 PM
Hi Adarsh,
Check the Function Groups 'ILOX' and 'ILOY'. Standard program uses them.
A suitable FM can be ILOX_IFLOS_UPDATE, please try this.
BR