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: 

CALL TRANSACTION CL20 as batch input doesn't work sometimes

Former Member
0 Kudos

Hello,

the Transaction CL20 is called in the SAP Standardprogram SAPLCLBA in the include LCLBAU01:

"CALL TRANSACTION S_TCODE USING CL_BDCDATA MODE TCODE_MODE UPDATE TCODE_UPDATE."

Sometimes you get the errorcode 1001. I looked for SNotes at the SAPService and there are hints that there is a problem the the batch input, but found no suitable solution. The problem ist that I want to save a new classifiction but the data ist lost because the call of the mentioned transaction doesn't work without mistake. Thanks for your help.

Regards, Lars.

2 REPLIES 2

Former Member
0 Kudos

Hi Lars,

Use transaction CL20N instead.

Hope it helps....

Lokesh

Pls. reward appropriate points

Former Member
0 Kudos

Am facing the same issue in BI mode with caracteristics creation. How did u solve the problem. How can you switch the tcode the program calls from CL20 to CL20N ?