Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

function module to create the transction code.

Former Member
0 Likes
1,180

hi all,

is there any fm to create the transcation code in program.

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,046

Are you looking for a program like SAPlink? (search the www/SCN)

5 REPLIES 5
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,047

Are you looking for a program like SAPlink? (search the www/SCN)

Read only

0 Likes
1,046

actually i need to do read the transcation code through the program and ill download to excel, then i need to upload that excel in another system(create), so is there any FM for that

Read only

0 Likes
1,046

no i need only Fm for to read and to create,

for create RPY_TRANSACTION_INSERT in this fm all feilds are there for create,

and for read RPY_TRANSACTION_READ in this FM only 4fields are there, to fullfill my requirment both FM's need to have the same tables and structure right.

one FM is to get the data from our system , and another FM need to put the data in another system, you get my point.

Read only

0 Likes
1,046

Yes, I got your point : you want to create a program which calls RPY_TRANSACTION_INSERT and RPY_TRANSACTION_READ, and it's exactly what does the SAPlink tool.

Read only

balanand_s
Participant
0 Likes
1,046

Would you like to create transaction for any report using Function module or would you like to get list of transaction codes already available in system?

Please try using FM:

PRGN_WIZARD_CREATE_TCODE for creating and you can use

RPY_TRANSACTION_READ for reading it.