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

no batch input data for screen SAPLCPDA 1200 (CA02)

Former Member
0 Likes
2,341

Dear All,

I am deleting material assignment through BDC using Tcode CA02. I have written the code exactly same as recording. Still I am getting the error mentioned in the subject. Request you to let me know where i am getting wrong.

Thanks.

Thanks & Regards

Akshay

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,500

Issue solved. I missed following part of recording

SAPLCPDA    1200      X

                                          BDC_OKCODE       =BU

Issue solved. I missed following part of recording

SAPLCPDA    1200      X

                                          BDC_OKCODE       =BU

5 REPLIES 5
Read only

Former Member
0 Likes
1,500

hi akshay,

i think screen flow is missing . you do one thing

if it is call transaction run it on  MODE 'A' or it is Session run it in foreground.

then u can understand what is  the issue is, accordingly change u r BDC Code

suresh


Read only

0 Likes
1,500

Hi Suresh,

In Mode A, it is working fine. Also when I am Processing the recording through SHDB, it is working fine. When executing in Mode E, it is stopping  at SAPLCPDA 1200 screen. Following is the recording I have for that screen:

SAPLCPDA    1200      X

                                          BDC_OKCODE       =MTUE

Read only

0 Likes
1,500

hi try to run in Mode N ,

check the previous screen of 1200,

Suresh

Read only

Former Member
0 Likes
1,500

Hi Akshay,

May be you have forgotten to put DYNBEGIN = 'X' in bdcdata structure. or may be in the loop you have to write REFRESH BDCDATA. Try this once.

Regards,

Shamili.

Read only

Former Member
0 Likes
1,501

Issue solved. I missed following part of recording

SAPLCPDA    1200      X

                                          BDC_OKCODE       =BU