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
Can I execute user exits? If yes, how?
Where do you code the hide statement?
Explain buffering
What is macro? : abap hr
What is luw or data base transaction ?
Explain the disadvantage of using exec sql statement in abap?
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
What are plan versions used for? : sap abap hr
Setting up a BDC program where you find information from?
In what ways we can get the context sensitive f1 help on a field?
What is meant by read lock? : sap abap data dictionary
What are the main uses of the primary key?
What are critical issues you have faced in your project
Explain what is the significance of hide?