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


Please Help Members By Posting Answers For Below Questions

What is locking? : abap data dictionary

619


What are the aggregate objects in the data dictionary? : abap data dictionary

1043


How do you work with semi colon se[arated files in BDC ?

1447


What are the 3 methods that we use in sequence in a batch input session method? : abap bdc

569


How to read files and process BDC's automatically ?

1533






How would you suppress the display of a parameter on the selection screen?

559


what is sales order confirmation and how can do design it in webdynpro. what is Tcode for the same?

1988


Explain the client concept of sap.

577


How can you manipulate the presentation and attributes of interactive lists?

606


What is payroll driver

1643


WHAT ARE THE MANDATORY FIELDS TO BE FILLED FROM TABLES BAPIITEMIN, BAPIPARTNR, BAPIITEMEX, BAPICUCFG, BAPICUINS, BAPICUPRT, AND BAPICUVAL IN BAPI 'BAPI_QUOTATION_CREATEFROMDATA

2020


Explain the difference between get and get late?

576


How can we upload a text file having delimiters in to legacy system? : abap bdc

604


We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???

1673


What is bdc programming in sap?

612