In MPP,i have to create a input/output Button when i click
ther i have to move some other transaction How?
Answer Posted / buddula15
In the PAI module use CALL TRANSACTION 'TCODE' ( which
transaction you want to call).
module USER_COMMAND_9000 input.
if sy-ucomm = 'SALES_ORDER'. " sales_order is Fcode
CALL TRANSACTION 'VA01'.
ENDIF.
endmodule.
Buddula15
Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Can you define a field without a data element? : abap data dictionary
What are conversion & interface programs in sap?
Difference between user exit and badis?
When the top-of-page event does get triggered?
Write the bdc table structure? : abap bdc
What are the layers of data description in r/3? : abap data dictionary
Explain the differences between interactive and drill down reports?
What are multiple use BADIS?
Explain what is a logical database?
Where the payroll results are stored
Explain what is the step-by-step process to create a table in data dictionary?
Difference between sap script and report?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
How to pass data from list to report?
What are the two different ways of building a match code object?