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

Can I execute user exits? If yes, how?

686


Where do you code the hide statement?

663


Explain buffering

988


What is macro? : abap hr

722


What is luw or data base transaction ?

693






Explain the disadvantage of using exec sql statement in abap?

614


What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr

625


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

1878


What are plan versions used for? : sap abap hr

657


Setting up a BDC program where you find information from?

757


In what ways we can get the context sensitive f1 help on a field?

699


What is meant by read lock? : sap abap data dictionary

659


What are the main uses of the primary key?

838


What are critical issues you have faced in your project

3010


Explain what is the significance of hide?

646