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

reg set /get

Former Member
0 Likes
352

hello friends

here i have problem that though i have clicked on row which have number 60

and previously selected row which have number 59

trugh debug i have find that selected id is 60 but the number that pass there is previous one.

CALL TRANSACTION 'YIMRGIN_DISP' AND SKIP FIRST SCREEN.

SET PARAMETER ID 'BUK' FIELD WA_FINAL_DISP-BUKRS.

SET PARAMETER ID 'DOC' FIELD WA_FINAL_DISP-TRNUM.

suppose first time i have double click on row with 59 number

and next time number with 60 number so previous one is in consideration.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
336

Before call trancation set parameter ID.

SET PARAMETER ID 'BUK' FIELD WA_FINAL_DISP-BUKRS.
SET PARAMETER ID 'DOC' FIELD WA_FINAL_DISP-TRNUM.
CALL TRANSACTION 'YIMRGIN_DISP' AND SKIP FIRST SCREEN.

hello friends

here i have problem that though i have clicked on row which have number 60

and previously selected row which have number 59

trugh debug i have find that selected id is 60 but the number that pass there is previous one.

CALL TRANSACTION 'YIMRGIN_DISP' AND SKIP FIRST SCREEN.

SET PARAMETER ID 'BUK' FIELD WA_FINAL_DISP-BUKRS.

SET PARAMETER ID 'DOC' FIELD WA_FINAL_DISP-TRNUM.

suppose first time i have double click on row with 59 number

and next time number with 60 number so previous one is in consideration.

1 REPLY 1
Read only

Former Member
0 Likes
337

Before call trancation set parameter ID.

SET PARAMETER ID 'BUK' FIELD WA_FINAL_DISP-BUKRS.
SET PARAMETER ID 'DOC' FIELD WA_FINAL_DISP-TRNUM.
CALL TRANSACTION 'YIMRGIN_DISP' AND SKIP FIRST SCREEN.