cancel
Showing results for 
Search instead for 
Did you mean: 

How to send data to SAP backend system?

Former Member
0 Kudos

Hi,

I am using GP for offline interactive forms.

After my approv/reject step, I want to extract data from an interactive form and send the data back to SAP back end system (SAP ERP).

What are the options available in GP to implement this?

Thanks

Sundar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sundar,

To create that in SAP you may use a RFC or directly BAPI. To do that you may use a standard CallableObject like External Service under Service group in Create Callable object template. Another approach would be to publish RFC as WebServices and consume that by Web Service standard Callable Object. It will depend of how you will design your whole process.

See also:

Interactive forms and Guided Procedures:

https://www.sdn.sap.com/irj/sdn/java?rid=/webcontent/uuid/f057d803-3c53-2910-db92-a6a2f1cc7334

Demonstration for the Use of Guided Procedures (Rich Media)

Offline Forms in Guided Procedures Overview (PDF 453 KB)

Configuring GP for Interactive Forms (Rich Media)

Configuring GP for Interactive Forms (PDF 602 KB)

Creating a Callable Object - Interactive Form (PDF 498 KB)

Configuring ADS for Guided Procedures (PDF 1.3 MB)

SAP Composite Application Framework

Creating a Form-Based Process Using Adobe (PDF 1.6 MB)

Creating an Anonymous Form-Based Process Using Adobe

SAP Interactive Forms by Adobe in the Guided Procedures Environment

https://www.sdn.sap.com/irj/sdn/java?rid=/webcontent/uuid/f057d803-3c53-2910-db92-a6a2f1cc7334

SAP Interactive Forms by Adobe Security Guide

http://help.sap.com/saphelp_nwce10/helpdata/en/32/20709747d649e8bc74e084d0b2432c/content.htm

Interactive Forms based on Adobe Software Security Guide

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/905bc2cc-7d55-2a10-baaa-9b7a760f...

Digital Signatures and Certification in Forms

http://help.sap.com/saphelp_nw70/helpdata/EN/18/ecb69017ad4765855425b97f666470/content.htm

SAP Interactive Forms by Adobe FAQs

https://www.sdn.sap.com/irj/sdn/adobe?rid=/library/uuid/2a8a0a37-0301-0010-f794-aecd1bb426e0

Guided Procedures Functions and Features

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d261b611-0b01-0010-7781-acb929f3...

Guided Procedures Overview

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a553bb11-0b01-0010-23ad-a3dc74e7...

Task-Oriented Support for Your Department's Informal Processes - Without Calling on IT

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b866ae10-0b01-0010-cc85-e6c886cb...

Getting Up to Speed on Guided Procedures, Part I

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/49a605f0-0a01-0010-68aa-ebb5dfdce8...

Getting Up to Speed on Guided Procedures, Part II

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/1ffe06f0-0a01-0010-60a7-a2593e1862...

http://help.sap.com/SAPHELP_NW04S/helpdata/EN/33/198141f906040de10000000a1550b0/content.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a553bb11-0b01-0010-23ad-a3dc74e7...

https://www.sdn.sap.com/irj/sdn/java?rid=/webcontent/uuid/f057d803-3c53-2910-db92-a6a2f1cc7334

Wiki

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/bpx/guidedProceduresGetting+Started

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/bpx/guidedProcedureGeneral+questions

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/bpx/guidedProceduresProcess+Examples

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/emtech/adobeformsinGuidedprocedures

https://wiki.sdn.sap.com/wiki/display/EmTech/AdobeinteractiveformsinwebDynpro+JAVA

https://wiki.sdn.sap.com/wiki/display/BPX/TheuseofInteractiveFormsinGP

Useful blogs

A Tale of Two Brothers: Guided Procedures and the SAP NetWeaver BPM Product

Usage guide for creating Guided Procedures

Galaxy, Universal Worklist, Guided Procedures Connector, and Dr. Bruce

Best Regards,

Pedro Nunes

Former Member
0 Kudos

Thanks, Pedro.

Answers (0)