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

BAPI_OBJCL_CHANGE.

Former Member
0 Likes
1,027

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

5 REPLIES 5
Read only

Former Member
0 Likes
846

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.

Read only

0 Likes
846

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

Read only

Former Member
0 Likes
846

Hi Experts,

Read only

Former Member
0 Likes
846

Hi Experts,

Read only

Former Member
0 Likes
846

This got solved.