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

Displaying a document in interactive list-high priority

Former Member
0 Likes
299

Hi Experts,

There is already an interactive report which displays the output in classick format.Now, the requirement is ,

when they place the cursor position on a sales document and press a push button, it has to display the document in display mode ie in VA03.

Now my problem is that I am not able to find a function code which captures the sales docu number so that i can use that particular selected doc num. You know that i cannot use Function code 'PICK' since it an interactive list . Now i need another function code(like PICK which captures the dou num) so that i can use this for displaying the document.

Quick replys are appreciated.

Thanks in advance.

Regards,

Praveen.

1 REPLY 1
Read only

Former Member
0 Likes
281

not sure what's ur req...but the kind of displaying the order numbers in basic or sec list and then navigating to change/display tcode of the order is easy using HIDE in AT LINE-SELECTION with combination of

SET PARAMETER ID pid FIELD f. and then

CALL TRANSACTION xyz AND SKIP FIRST SCREEN .

RB.