In MPP,i have to create a input/output Button when i click
ther i have to move some other transaction How?
Answer / 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 |
What does an EXEC SQL stmt do in ABAP?
defination of workarea? and header line
What is a match code? : abap data dictionary
what is code review, when u can do?
What is the difference b/t Session method and call transaction method ??
1 Answers Campus Interview, ERP Solutions,
What are the ways you can do the tuning?
How do you upload the Data?
Can we create a data element without domain?
Is Multiple Inheritance possible in ABAP ? If Yes How ,If no How ?
How the transaction that are programmed by the user can be protected?
What is the disadvantage of a call by reference?
Can you define a field without a data element?