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 find the print/driver prg of smartform.I used FM SSF_FUNCTION_MODULE_NAME in driver prg.
what is the purpose of table maintanance,(i think it's for authorizarion purpose) what is ment by authorization?
When we copy any Driver Program from Nace............when we copy into zprog,when we activate how it was linking to that particular std layout............what happening to the previous driver prog?
How do u test a script?
Hi To all ABAP Gurus Is there any other way to create data elements apart from se11 tocde as we dont use the se11 in real time generally this question is asked in enteg infotech
What are the layers of data description in r/3? : abap data dictionary
What is an index ? Types of index and there uses ?
What is the sequential order of triggering events in interactive report?
what all we can see in TMG? what is its use?
when do you need to create an internal table with header line ? and with out a header line?
diff way of handling errors in call trans ans session methods
How does the interection between the dynpro and the abap/4 modules takes place?