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

error message in KP06 BDC

Former Member
0 Likes
1,201

Hi,

I am running BDC for KP06,using CALL TRANSACTION.

When the BDC is successful,then the bdcmsgcoll contains no success message.

But,when the BDC fails due to wrong entries,the bdcmscoll has messages of Type 'S' as "No batch input data for screen SAPLKPP0 1000". Why is the message type coming as "S" in this case ?Why is it not coming as "E" ?

Please help in clearing the confusion.

Thanks&Regards

Ananya

5 REPLIES 5
Read only

Peter_Inotai
Active Contributor
0 Likes
898

Hi Ananya,

Try to put a break-point on keyword MESSAGE and try to debug it in your situation. I think the message type 'S' is hardcoded.

You might also try to change customizing via view V_T100C. Unfortunately I'm not sure if it will except this message.

best regards,

Peter

Read only

0 Likes
898

Hi Peter,

Thanks for the response.

Regards

Ananya

Read only

MohanChauhan
Product and Topic Expert
Product and Topic Expert
0 Likes
898

Hi Ananya.

In BDC when ever a screen sequence is missing i.e. a screen for which no data is passed, we get this message.

If you want to check whether BDC is successful or not that you can easily do so by checking the SY-SUBRC after the CALL TRANSACTION statement and then do the processing as per your requirement.

Regards,

Mohan

Read only

Former Member
0 Likes
898

Hey Ananya,

I am working on the KP06 BDC program as well. Can you post your BDC code that worked for you. I am having problems with the recording.

Thanks.

Read only

0 Likes
898

Hi Ravi,

Sorry for the delay in answering.I was on a holiday.

You can use set parameter to set the control area.

What problem are you having ? Can you elaborate?

Regards

Ananya