If i double click on any sales order no it sud take me to
the transaction how?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / ravi
Both the above answers are right.
Thanks for answering.
The Qn i faced in Wipro interview.There i was asked on Material, and how to display MM01 on clicking on a matnr.
Is This Answer Correct ? | 0 Yes | 0 No |
How to join 3 tallies & looping. We have developed a program in a client say (200- client) and 210 has test data. No developing rights. How to test data?
difference between BAPI and RFC?
How many sections main window cab be divided in Script?
Where do you find info on new developments in SAP?
How to read 5th record from Hash Internal Table?
can you call a bdc program from report program?
1 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
How do you find the menu path for a given transaction in SAP?
EXPLAIN ABOUT RANGES ?
What is the difference between OpenSQL and Native Sql?
What two statements would be used to exchange data between programs using abap memory?
What are the mandatory fields to be filled in Transaction Code "VA21" for sales order quotation creation.
What is interactive reporting?