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: 

hi recording

Former Member
0 Kudos

why do screen vary while recording and while creating manually example for t-code cs01.

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

Hi Bala,

the variation is to standardize the size of the screens and the table controls in the screens in the recording. The screen sizes and the number of visible lines on table controls that you see in the REcording is the standard one, irrespective of the front end resolution.

That is the reason why you should always rely upon the BDC internal table that is generated out of SHDB recording only.

Regards,

Ravi

2 REPLIES 2

former_member181962
Active Contributor
0 Kudos

Hi Bala,

the variation is to standardize the size of the screens and the table controls in the screens in the recording. The screen sizes and the number of visible lines on table controls that you see in the REcording is the standard one, irrespective of the front end resolution.

That is the reason why you should always rely upon the BDC internal table that is generated out of SHDB recording only.

Regards,

Ravi

amit_khare
Active Contributor
0 Kudos

During BDC run we have several elemnts onn screens at times which are not required or may interrupt the run.Since BDCs are mostly executed in background.

Thats why many a times we have different screen for BDC and nor mal run of a tcode.

Regards,

Amit