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
Sal abap on hana interview
What is an abap dictionary? : abap data dictionary
What are the events we use in dialog programming and explain them?
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
What is the significance of the memory table ‘screen’?
What is use of transparent table in abap? How it is different from pool tables?
How do you populate data into a multiple line field? : abap bdc
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
What is foreign key relationship? : abap hr
Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?
Explain how many types of tables exist and what are they in data dictionary?
What is the difference between data elements and domains?
Can a transparent table exist in the data dictionary but not in the database physically?
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
What are the aggregate objects in the data dictionary? : abap data dictionary