cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass table values in Create Bapi Wrapper

Former Member
0 Kudos

Hi All,

Am using create BAPI Wrapper in that how to map the fields inside BAPI Import Structure .

Thanks&Regrads,

Arun

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thankss isuue solved

Former Member
0 Kudos

You can map it as :

Import paramter name(any) -> TYPE -> BE Table Name(associated type)

Check the check boxes optional & pass by value.

Former Member
0 Kudos

Hi,

Am using standard RFC " QIBP_INSPCHAR_SETRESULT " for creating result recording in SAP QM. And BAPI_INSPOPER_GETDETAIL for getdetail i want to create BAPI wrapper for these 2 i already created BAPI wrapper for get detail . I dont know how to create Create BAPI wrapper.

In QIBP_INSPCHAR_SETRESULT am passing inupt

INSPLOT LIKE QALS-PRUEFLOS

INSPOPER LIKE QAPO-VORNR

INSPCHAR LIKE QAMV-MERKNR

INSPSAMPLE LIKE QASV-PROBENR

CHAR_RESULT LIKE BAPI2045D2

so i want to know how i can pass 1 . CHAR_RESULT structrue values

2. INSPLOT,INSPOPER,INSPCHAR again repting inside CHAR_RESULT so how to map these

in SDOE_WB

Pls explain how to create BAPI Wrapper for this and how to map details.

Former Member
0 Kudos

Hi Arun,

Kindly see the following link for BaPI Wraper guidelines. Hopefully it clears your doubt.

[https://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/appdev/smartsync/bapi_wrapper_types.html#create|https://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/appdev/smartsync/bapi_wrapper_types.html#create]

Thanks & Regards

Shweta Soni