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 |
What is personnel sub are
In alv Reports,how the Output is displayed ad editable and how i can edit the same and how it will reflect the DB?Please help...........
what is the difference between invoice and proforma invoice?
What are data integrity constraints?
what is user specific parameter?
Without writing the event start-of-selection we can execute a report program.Then what's the purpose of writing it?
What are the differences between a database index and a match code?
variant attached in the report. can be transportable from one server to another server
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
what you use of end-of-selections?
What are screen painter and menu painter?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization