Application Development 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: 

CL01 recording

Former Member
0 Kudos

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

former_member438956
Active Participant
0 Kudos

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.

1 REPLY 1

former_member438956
Active Participant
0 Kudos

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.