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 are the main uses of the primary key?
Reports: Event functionality.
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
how to edit text in script?and how to migrate scripts into smart forms?
What is BSP Application & Extension?
What is the diff b/w load of program and Initailazatio Events? Which event triggers each time we exectute the program?
Which type of tables used this buffer?
whai is the transaction code or table to see all print programs
can we debug the smartform if yes how can we debug
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
what is Transport Request? why it is needed for us?
What are the different methods of bdc? : abap bdc