‎2009 Mar 19 5:00 AM
Hi Experts,
My Requirement is for Uploading the Characteristics for the T-code CL20N. in to the table AUSP.
Actually this was doing through LSMW Batch input Method in 4.6 After the Upgrade to ECC 6.0 this Functionality is not available . We raised the OSS.
They mentioned to Use the Following BAPI's.
1)BAPI_OBJCL_CREATE.
2)BAPI_OBJCL_CHANGE.
3)BAPI_OBJCL_DELETE.
Am able to Perform the Create & Delete Operation through tht.
When in the change Option i have an Excel sheet that contains the Characteristics the of the Class type and Class No.
In the Excel Sheet i have the Class type & Class No.
I need the Help tht how to Pass my Excel Sheet values to the Change BAPI.
With Regards,
Sumodh.P
‎2009 Mar 19 5:08 AM
Hi,
Why dont you try to take the excel sheet values into an internal table ; and then pass it on the appropriate data to BAPI.
Thanks.
‎2009 Mar 19 5:16 AM
Hello Swati,
Thanks for ur Immediate Reply.
I already done that by using the Function Module 'TEXT_CONVERT_XLS_TO_SAP'.
The values From the Excel sheet are stored in the internal table of this function module.
then by looping am passing the Object Key ,Object table & class Num. Below is the One value in the Excel sheet.
the Functionality of this FM is it will create the characteristics if it is not there. if u want to have complete idea of this goto t-code cl20n.
give the class no 032. Release group and give any release stgry.
below get the value. double click the tht below u can see a list of values for tht from the table AUSP..
AA01 MM_PR_PLANT 10JB.
With Regards,
Sumodh.P
‎2009 Mar 20 9:59 AM
‎2009 Mar 20 10:00 AM
‎2009 Apr 24 7:38 PM