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
What is the difference between collect and sum?
Some Realtime Objects on Bdc.
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 .....
Define alv programming in abap?
What has to be done to the packed fields before submitting to a BDC session.
What is the difference of update types in call transaction method ? : abap bdc
Explain the advantages of abap query tool?
What is the use of the statement leave to list-processing?
How memory management happens for internal tables and work areas in abap?
What is pretty printer?
Explain what is the purpose of sap script?
How to pass data from list to report?
What are base tables of an aggregate object? : abap data dictionary
Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?
In order to upload purchase order details, how you handle multiple values for a single field?