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

CL01 recording

Former Member
0 Likes
612

Hi Experts,

have to upload the data in transaction CL01 through a file .

I was trying to create recording for CL01 transaction ..create button is disabled ...seems the recording of the transaction not supported ..please confirm, please tell if there is other way --- fm ... bapi which can be used to upload data in transaction CL01.

thnks

1 ACCEPTED SOLUTION
Read only

former_member438956
Active Participant
0 Likes
516

instead of creating a bdc use the below bapi providing the necessary details.

CALL FUNCTION 'BAPI_CLASS_CREATE'

EXPORTING

classnumnew = classnumnew1

classtypenew = classtypenew1

  • CHANGENUMBER =

classbasicdata = classbasicdata1

  • CLASSDOCUMENT =

  • CLASSADDITIONAL =

  • CLASSSTANDARD =

TABLES

return = return1

classdescriptions = classdescriptions1

  • CLASSLONGTEXTS =

classcharacteristics = classcharacteristics1

  • CHARACTOVERWRITE =

  • CHARACTVALUEOVERWRITE =

  • CHARACTVALUETEXTOVR =

Regards,

Anil N.

Hi Experts,

have to upload the data in transaction CL01 through a file .

I was trying to create recording for CL01 transaction ..create button is disabled ...seems the recording of the transaction not supported ..please confirm, please tell if there is other way --- fm ... bapi which can be used to upload data in transaction CL01.

thnks

1 REPLY 1
Read only

former_member438956
Active Participant
0 Likes
517

instead of creating a bdc use the below bapi providing the necessary details.

CALL FUNCTION 'BAPI_CLASS_CREATE'

EXPORTING

classnumnew = classnumnew1

classtypenew = classtypenew1

  • CHANGENUMBER =

classbasicdata = classbasicdata1

  • CLASSDOCUMENT =

  • CLASSADDITIONAL =

  • CLASSSTANDARD =

TABLES

return = return1

classdescriptions = classdescriptions1

  • CLASSLONGTEXTS =

classcharacteristics = classcharacteristics1

  • CHARACTOVERWRITE =

  • CHARACTVALUEOVERWRITE =

  • CHARACTVALUETEXTOVR =

Regards,

Anil N.