Skip to content
  • Blog
  • Docs
  • Documentation
  • Imprint
SKYVVA Integration App – Documentation
SKYVVA Integration App - Documentation
  • Documentation
  • Zurück zur Webseite
  • Back to website
SKYVVA Integration App – Documentation
SKYVVA Integration App - Documentation
Popular Search how tohow to useagenthowdatarestformulacustomstorebatch

SAP PI/PO Adapter

Tutorials (Lightning)

Agent Old Administration Guide

SAP Release Notes

Agent Release Notes

Agent - New Administration Guide

SAP CPI Adapter

SKYVVA Administration Guide (Lightning)

SKYVVA Release Notes

SAP/ERP | S4/HANA (Latest Version) Adapter

  • 1. Pre-Requisite
    • 1.1 Pre-Requisite
    • 1.2. Import/Deploy ABAP Transport In SAP
    • 1.3. Certificate for Secured Communications
    • 1.4. Setup Connection SAP SALESFORCE
    • 1.5 Activation of Skyvva service in SAP
    • 1.6 Create Connection Destination & SAP Adapter in Salesforce
    • 1.7 Activation of the “rfc” service service in SAP
  • 2. Create Metadata provider
    • 2.1. How to Create Metadata provider in Salesforce (Direct SAP->SF)
    • 2.2. How to Create Metadata provider in Salesforce Using AGENT
  • 3. IDOC Configuration
    • 3.1. IDOC Configuration in SAP
    • 3.2. IDOC Configuration in SALESFORCE (Direct SAP Connection)
    • 3.3. IDOC Configuration in SALESFORCE (Using AGENT)
  • 4. SAP to Salesforce (Using SAP Control Board)
    • 4.1 How to send data using IDoc?
    • 4.2 How to send data using BAPI, FM?
    • 4.3. How to use Batch mode?
    • 4.4 How to use Bulk mode?
    • 4.5 How to use Auto-Switch mode?
    • 4.6 How to use Salesforce Bulk mode?
  • 5. SAP to Salesforce (Using AGENT Control Board)
    • 5.1 How to send data using IDoc?
    • 5.2 How to send data using BAPI, FM?
    • 5.3. How to use Batch mode?
    • 5.4 How to use SFDC Bulk mode?
    • 5.5 How to use AUTO-SWITCH mode?
    • 5.6 How to use Salesforce Bulk mode?
  • 6. Salesforce to SAP(Using SAP Control Board)
    • 6.1 How to Call IDoc From Salesforce
    • 6.2 How to call S/4 HANA IDOC from Salesforce
    • 6.3 How to Call SAP ERP BAPI/FM From Salesforce
    • 6.4 How to call S/4 HANA BAPI from Salesforce
    • 6.5 How to call SAP REST API using Skyvva REST Adapter?
    • 6.6 How to call SAP SOAP API using Skyvva SOAP Adapter?
  • 7. Salesforce to SAP(Using Agent Control Board)
    • 7.1 How to Call SAP ERP IDoc From Salesforce
    • 7.2 HOW TO CALL SAP S/4 HANA IDOC FROM SALESFORCE
    • 7.3 How to Call SAP ERP BAPI/FM From Salesforce
    • 7.4 HOW TO CALL SAP S/4 HANA BAPI FROM SALESFORCE
    • 7.5 HOW TO CALL SAP REST API USING SKYVVA REST ADAPTER?
    • 7.6 How to call SAP SOAP API using Skyvva SOAP Adapter?
  • How to develop inbound interface using FM/RFC/Report with the multi-itab adapter synchronously?
    • 13. How to develop inbound interface using FM/RFC/Report with the multi-itab adapter synchronously?
    • a. Direct SAP to SALESFORCE
    • b. Using AGENT
  • DEBMAS IDOC Sending from SAP -> SF
    • 14. DEBMAS IDOC Sending from SAP -> SF
    • a. Direct SAP to SALESFORCE
    • b. Using Agent
  • ORDRSP IDOC Sending from SAP -> SF
    • 15. ORDRSP IDOC Sending from SAP -> SF
    • a. Direct SAP to SALESFORCE
    • b. Using Agent
  • DESADV IDOC Sending from SAP -> SF
    • 16. DESADV IDOC Sending from SAP -> SF
    • a. Direct SAP to SALESFORCE
    • b. Using Agent
  • INVOIC IDOC Sending from SAP -> SF
    • 17. INVOIC IDOC Sending from SAP -> SF
    • a. Direct SAP to SALESFORCE
    • b. Using Agent
  • Generic Use of Multit-Tab
    • 8. Generic Use of Multit-Tab
  • Inbound Interface using Bulk Mode
    • 2. HOW TO DEVELOP INBOUND INTERFACE USING Bulk Mode (SAP Control Board)
    • 1. HOW TO DEVELOP INBOUND INTERFACE USING BULK MODE (AGENT CONTROL BOARD)
  • Inbound Interface using Batch Mode
    • 1. HOW TO DEVELOP INBOUND INTERFACE USING Batch MODE (AGENT CONTROL BOARD)
    • 2. HOW TO DEVELOP INBOUND INTERFACE USING BATCH MODE (SAP CONTROL BOARD)

SAP-ERP (Old Version) Adapter

Mule Adapter

Migration from SAP-PO SOAP Skyvva connector to REST connector module

View Categories
  • Home
  • Documentation
  • SAP/ERP | S4/HANA (Latest Version) Adapter
  • Generic Use of Multit-Tab

8. Generic Use of Multit-Tab

This unit describes:-
How to use Skyvva MultiItab-Function module( /SKYVVA/MULTI_ITAB_ADAPTER_V3 ) in SAP Z Program/FM
Introduction:-
This document describes how data can be transferred to SFDC within your own Programs. The MultiItabAdapter allows you to transfer data of different RFC/BAPI or Structures(DDIC), which you have filled before in your own FM/Report, within one SKYVVA FM Call. The routing to the different Salesforce Objects is implemented with workflow in Skyvva-IntegrationSuite on SFDC.
1. SAP Implementation Part
1.1 Prerequisites
Please use repository based typing instead of program-internal types for the RFC/BAPI definition and Structure definition (DDIC). Otherwise the Adapter will have problems at runtime.
1.2 Implement a sender module for the transfer of Internal Tables (ITAB)
In this example a Sender Module : ZV3_BINARY_FILE_TRANSFER has been implemented .
This Module is also used in salesforce for metadata provider in salesforce to create message type in salesforce on the Interface-definition of this module.
Note : We are supporting a single importing/exporting parameter only in RFC/BAPI to send data from sap to salesforce. The parameter must be table type only which can be hierarchical tables or flat table.
Follow the below steps to Create the function module and interface.

  1. Create table type structure in SE11.
  2. Create function module in SE37
  3. Create importing parameter for sending data from sap to salesforce.
  4. Create exporting parameter for receiving data from salesforce to sap.
  5. Call the Multi-tab function module /SKYVVA/MULTI_ITAB_ADAPTER_V3 in side function module.
  6. Pass the all required parameter in multi-tab function module base on required scenario.
  7. save and activate the function module which is created by you.
  8. Create message type using your function module.
  9. Create the interface and do the mapping.
  10. In case if you change the function module importing/exporting parameter field(add/remove),override the message type and delete the field from message type in related tab which is remove and check if add field is there
  11.   Do the mapping again.
  12.  Configure the Function module in SAP/AGENT Control Board.
  13. Finally call the function module from any report/program and send the data from sap to salesforce

1.Create table stature

2. Create Function Module with parameter

in the importing Parameter “IM_MATERIAL_DATA” has data need to send  salesforce and the exporting parameter “EX_RETURN” has field or structure coming data back from salesforce in that format.

3. Calling function module /SKYVVA/MULTI_ITAB_ADAPTER_V3 in side Z function module #


The importing Parameters

IM_INTEGRATION: Passing Salesforce Integration ID(Mandatory)

IM_INTERFACE: Passing Salesforce Interface ID(Mandatory)

IM_ENDPOINT: Passing Salesforce Endpoint name is nothing but salesforce login details (Mandatory)

IM_RESP_PARAM_NAME: Passing Response Param Name is nothing but data type (Optional)

IM_REQ_PARAM_NAME: Passing Request Param Name is nothing but data type (Mandatory)

IM_REQ_DATA: Passing Request Data in the internal table format (Mandatory)

The Exporting Parameter
1. EX_RETURN is the parameter which return error/success message .
2. IM_SF_RESPONSE is the parameter which return the response from salesforce which is the exporting parameter of calling skyvva FM.
The content of this Itabs is send via v3 adapter . The following lines are necessary for
passing the data to the MultiItabAdapter .
Example code :
IF im_material_data IS NOT INITIAL .
**   Selecting function module config data to get integration & interface id
SELECT * from /skyvva/multitab INTO @Data(ls_config_data)
WHERE funcname = ‘ZV3_BINARY_FILE_TRANSFER’.
**Calling muti-tab function module to send sap data to salesforce
CALL FUNCTION ‘/SKYVVA/MULTI_ITAB_ADAPTER_V3’
EXPORTING
im_integration_id           = ls_config_data–integrationid ” salesforce integration id 
im_iinterface_id            = ls_config_data–interfaceid  “salesforce intrface id   
im_endpoint                 = ls_config_data–endpointid ” connection name
*       IM_RESP_STRUCTURE_PARAM_NAME  =  if response required from salesforce
im_req_structure_param_name = ‘ZTT_MATERIAL_DATA’ “”Function module table type pass in importing parameter
it_req_data                 = im_material_data ” data need to send salesforce
*       IM_DATA                     = IM_DATA
IMPORTING
ex_return                   = ex_return. “”return message error/succss
*       EX_SF_RESPONSE_DATA         = EX_SF_RESPONSE_DATA ” in case data retrive from salesforce need to pass struture 
ENDIF.
4. Prepare data and call z function module in report/program.

Remark: the importing/exporting structure must be used in salesforce as message type.
For call skyvva interface in a Asynchronous mode do not pass the response parameter “im_req_param_name” and exporting response parameter “IM_SF_RESPONSE” in skyvva Multi-tab FM.

Share This Article :

  • Facebook
  • X
  • LinkedIn
8. Generic Use of Multit-Tab8. Generic Use of Multit-Tab
Table of Contents
  • 3. Calling function module /SKYVVA/MULTI_ITAB_ADAPTER_V3 in side Z function module

Copyright © 2026 | Apsara Consulting GmbH | All rights reserved

  • Imprint
  • Zurück zur Apsara Webseite
  • Back to Apsara website