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

BDC With Subscreen

Former Member
0 Likes
2,419

Hi All,

I am creating a BDC for transaction J1IEX. While running the BDC through the program I noticed that if the subscreen is collapsed then the BDC is not able to find the screen-fields which were there on the subscreen.

Does anybody has any idea about the solution to this problem.

Regards,

Prakash Pandey

3 REPLIES 3
Read only

Former Member
0 Likes
910

Hi,

It seems to be a problem of BDC recording which is quite comman in case of sub screens and information messege.

To resolve this goto recording t-code SHDB click on new recording

Now see Only Default size check box is checked ........check all the check boxes and do the recording

see if subscreen you are talking about is coming or not at the time of recording, now use this recording in your program subscreen fields will appear.

Hope this helps

Regards

Bikas

Read only

0 Likes
910

Hi Bikas,

I have selected the check box 'Default Size' and 'Not a batch Input Session' while recording.

And I have also passed the same option to the BDC in the program. Is there any way to keep the Subscreen open during BDC operation.

Regards,

Prakash Pandey

Read only

0 Likes
910

Hi,

The problem has been solved. Just for Information for all of us I am posting the solution here.

We need to Record the event of opening the subscreen by clicking the respective button on the screen.

Note: While doing so please make sure that the OK_CODE for opening and closing the subscreen are not same.

Regards,

Prakash