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: 

i need some help

Former Member
0 Kudos
114

in my out put i am displaying some records.when the user

select the record and click on choose button i want to display va03 tcode.how can i do this.......

2 REPLIES 2

Former Member
0 Kudos
61

Are you using classical display or with ALV?

For classical display, use the HIDE function and AT LINE-SELECTION.

For ALV, populate HOTSPOT and subroutine for User-Command.

In both cases when the document is selected, set parameter id 'AUN' with the document number and call transaction VA03 skipping initial screen.

Regards

Eswar

Former Member
0 Kudos
61

Hi,

USE LIKE:

AT LINE-SELECTION

CALL TRANSACTION 'VA03'.

Regards,

Renjith Michael.