‎2008 Dec 01 11:05 AM
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
‎2008 Dec 01 11:16 AM
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
‎2008 Dec 01 11:21 AM
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
‎2008 Dec 02 5:10 AM
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