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 data found for input screen error in BDC session

Former Member
0 Likes
478

Hi ,

I am doing the transfer action for an employee for which the file has data for IT0000 IT0001 IT0006 for subty 1 and subty 4 ... using PA30 tcode . In the program the IT0006 subty 4 is not a required field and only the subty 1 values are passed from the file but when running through call transaction the subty 1 is updated and subty 4 screen is populated which is not called in the program and creating the error session .

This is code if subty 4 is not present in the file .

PERFORM fill_bdcdata USING:

'X' 'MP000600' '2010',

' ' 'BDC_OKCODE' '/ENXT'.

I think that above code should by pass the subty 4 screen but instead it is populated . Appreciate your suggestions why subty 4 is populated is it any customizing issue in PA30 for IT0006 .

Thanks,

Latha.

2 REPLIES 2
Read only

0 Likes
406

Latha,

Its quite possible that it is a customising issue when some screen which is not called in the program appears . Check with your functional team.

siva

Read only

Former Member
0 Likes
406

Hi Latha,

It appears that is has been maintained as part of the infogroup. Hence, it is being called automatically as per the infogroup defined.

Consult your Functional Consultant to check if it is because of the infogroup.

Regards,

Srilatha.