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

Answer Posted / nagaraju

Re: If i double click on any sales order no it sud take
me to the transaction how?
Answer
# 1 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

Define the various contents of technical specifications ?

618


In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary

709


Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.

1463


What is the Difference between At Line selection and At user-command?

645


How can I make a differentiation between dependent and independent data? : abap hr

561






Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?

594


What’s value table?

587


What is the difference between Check and Continue?

653


What is the function of a domain? : abap data dictionary

590


How many types of tables exists and what are they in data dictionary? : abap data dictionary

715


What is difference between dependent and independent data?

561


What is the table buffer?

569


Differentiate between the uline and write: sy-uline statements if any?

728


The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary

875


What is tcode se16. For what is it used. Explain briefly?

542