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: 

bdc recording error

Former Member
0 Kudos

Hi :

After creating a BDC PROGRAM for a custom transaction using shdb, when i execute the program , its giving a mssg " no data selected" and " no batch input data for the screen T.Code screen no.

Wht will be the error.

thx

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Execute your program in always display mode(A,call transaction) then you are able to see where it is giving error.

Thanks,

Sarala.

5 REPLIES 5

Former Member
0 Kudos

Execute your program in always display mode(A,call transaction) then you are able to see where it is giving error.

Thanks,

Sarala.

Former Member
0 Kudos

Hi,

set break points and also check the internal for values

Regards

Shiva

Former Member
0 Kudos

There is no data given to the fields in the screen called by the program.

Goto debug mode and set the mode as 'A' (AT CALL TRANSACTION)and see what is happening.

Former Member
0 Kudos

Hi Raghu,

Message 'no batch input data for the screen T.Code screen no' only comes when you are missing some screen in the recording.Do recording again in SHDB and create your program by transferring the recording to the program.Use CALL TRANSACTION method and execute it in A(All display) mode.You will get which screen you are missing.

Mukesh Kumar

0 Kudos

Hi,

ya when i execute in Mode 'A', its going to the exact TCode

and from there im able to giv new inputs.

Thx

Rag