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
How are BAPI different from Normal function modules ?
Can we specify the next screen number with a variable?
What functions does a data dictionary perform ?
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary
What are the dynamic actions and how to configure it? : sap abap hr
How can we access the correction and transport system? : abap data dictionary
What are the sequences of event block?
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
What are the different buffering methods?
What is partner selection?
How would you define the exponents for a type âfâ field?
From excel to abap - is batch mode possible ? : abap bdc
What is read line in abap?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
Differentiate between report and dialog program