If i double click on any sales order no it sud take me to
the transaction how?

Answer Posted / kubera

Use AT USER-COMMAND.
CASE SY-UCOMM.
WHEN 'SONo'.
GET CURSOR FIELD FNAM VALUE FVAL.
SET PARAMETER ID 'VBE' FIELD VBELN.
CALL TR VA01 AND SKIP FIRST SCREEN.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.

1706


What are two different ways to add fields to sap tables?

532


What is the difference between data elements and domains?

576


What is your current client number?

591


What is the difference between a substructure and an append structure?

627






How do you document abap/4 programs? Do you use program documentation menu option?

700


What is the diff between database view and maintenance view?

594


I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc

2562


Name the special commands of list?

614


In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?

687


What are the two levels in defining a match code ?

591


What are the functional modules used in sequence in bdc? : abap bdc

580


What is open sql vs native sql ?

1857


How do you find if a logical database exists for your program requirements?

643


What are system variable in abap?

610