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

What is the difference between collect and sum?

779


Some Realtime Objects on Bdc.

2619


the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....

1759


Define alv programming in abap?

942


What has to be done to the packed fields before submitting to a BDC session.

919


What is the difference of update types in call transaction method ? : abap bdc

835


Explain the advantages of abap query tool?

709


What is the use of the statement leave to list-processing?

767


How memory management happens for internal tables and work areas in abap?

1141


What is pretty printer?

770


Explain what is the purpose of sap script?

759


How to pass data from list to report?

740


What are base tables of an aggregate object? : abap data dictionary

788


Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?

2541


In order to upload purchase order details, how you handle multiple values for a single field?

721