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
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
What is transparent table?
What is difference between check table and value table ?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
Explain the differences between at selection-screen and at selection-screen output?
What was the requirement of IDoc in your project? How it was working?
Explain get pernr concept when we use logical data base? : abap hr
Can we create field without data element? If yes, how?
How do you delete duplicate records from internal table?
How will you read from internal table records in a given value range (without using loop)
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
What is payroll area
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
Of the two call transaction and session method, which is faster?
What is the meaning of client independent?