cancel
Showing results for 
Search instead for 
Did you mean: 

Scenario..

Former Member
0 Kudos

Please read this fully...

While giving the Invoice number I have to get the invoice details...this is the Scenario..Please do help me in finding any mistakes that i have given...

Also gimme the BAPI details...

Please make all clear...I would be very gratefull.

Integration Scenario – IS_InvoiceGetDetails

Action 1 – GetInvoiceDetail

Action2 – SendInvoiceNo

Insert Action1 to Application Component 1

Insert Action 2 to Application Component 2

Connection between Action1 and Action2

<b>What are the data types to be used? For request and response

Is my given thing correct…???</b>

DT_Invoice_Req

Order_No - String – occurences (0..1)

DT_Invoice_Res

Invoice_Header – String – Occurences (0..1)

Invoice_Address – String – Occurences(0..1)

Invoice_Items – String – Occurences(0..1)

Message Type

MT_Invoice_Req – data type – DT_Invoice_Req

MT_Invoice_Res – data type – DT_Invoice_Res

Message Interface

MI_Invoice –

Category – OutBound

Mode – Asynchronous

Output Message – MT_Invoice_Req

Input Message – MT_Invoice_Res

Message Mapping

MM_Invoice_Req

Source – MT_Invoice_Req

<b> Target – “what must be the BAPI here???”””</b>

MM_Invoice_Res

<b> Source – “what must be the BAPI used here?”</b>

Targer – MT_Invoice_Res

I<b>nterface Mapping

What must be used here??</b>?

Regards

A.K.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

As explained by above take the BAPI and you would have to crate the Interface based on BAPI request and response.the request and response structures you would have to take to create the request , response data types and message types and interfaces , and if you are using BPM then you need to creat the Abstract interfaces.

Please see the related Links

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm

Regards

Chilla

Former Member
0 Kudos

<i>gimme the BAPI details</i>

import this bapi "BAPI_INCOMINGINVOICE_GETDETAIL" from SAP to XI under imported objects of SWCV.

<i>What are the data types to be used? For request and response

Is my given thing correct…???</i>

correct

<i>Target – “what must be the BAPI here???”””</i>

select BAPI_INCOMINGINVOICE_GETDETAIL from imported objects.

<i>Source – “what must be the BAPI used here?”</i>

select BAPI_INCOMINGINVOICE_GETDETAIL.response from imported objects

Interface Mapping

You have to create one File_Synchronous_Abstract interface( using request and response datatypes).

Use this as sender interface and use BAPI as reciever interfcae.You will get request and response tabs.Give your 2 mapping names there...............