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

hi recording

Former Member
0 Likes
547

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
520

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

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

2 REPLIES 2
Read only

Former Member
0 Likes
521

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

Read only

amit_khare
Active Contributor
0 Likes
520

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