‎2017 Sep 22 5:16 AM
hi all,
is there any fm to create the transcation code in program.
‎2017 Sep 22 7:28 AM
Are you looking for a program like SAPlink? (search the www/SCN)
‎2017 Sep 22 7:28 AM
Are you looking for a program like SAPlink? (search the www/SCN)
‎2017 Sep 22 7:29 AM
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
‎2017 Sep 22 8:08 AM
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.
‎2017 Sep 22 9:41 AM
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.
‎2017 Sep 22 10:19 AM
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.