‎2006 Aug 08 5:31 AM
Hi All,
I want to insert some data in a SAP table through Powerbuilder. I can connect through the SAP system and read the table through RFC. Now, using powerbuilder I would like to add some more entries into the table and pass it back to SAP system. Please let me know, how is this possible?
‎2006 Aug 08 5:38 AM
Hi,
If you are able to establish connection and communicate through RFC, then you can create two RFC`s.
In 1st RFC get the required data from SAP to powerbuilder in internal table.
Modify the data in Powerbuilder. Once done call the 2nd RFC. In the 2nd RFC pass the updated data from Powerbuilder to SAP through an internal table.
Build a logic in 2nd RFC to MODIFY record in the Z Table.
Best regards,
Prashant
‎2006 Aug 08 5:38 AM
Hi,
If you are able to establish connection and communicate through RFC, then you can create two RFC`s.
In 1st RFC get the required data from SAP to powerbuilder in internal table.
Modify the data in Powerbuilder. Once done call the 2nd RFC. In the 2nd RFC pass the updated data from Powerbuilder to SAP through an internal table.
Build a logic in 2nd RFC to MODIFY record in the Z Table.
Best regards,
Prashant
‎2006 Aug 23 12:04 PM
Hi Prashant,
Can you help with some example for getting the data in 2nd RFC from powerbuilder or even .NET?
Regards,
Sandhya
‎2006 Aug 23 12:10 PM