cancel
Showing results for 
Search instead for 
Did you mean: 

give me some scenarios

Former Member
0 Kudos

Hi friends

I am just started in a company that is going for the XI certification. So have to do some scenarios with the remote accessible kit. Please give me some good scenarios which I can get hands on. I have done two scenarios by sending and receiving data using RFC. BAPI_BILLINGDOC_GETDETAIL and BAPI_PO_GETDETAIL.

Please let me know some more scenarios which I can do it alone. Using RFC and BAPI. only.

Regards

A.K.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello Chandu,

Thanks for your help, But i Fear that its not what i wanted....I need any good example..<b>.I am listing down the example i finished .</b> now you would be able to help me...

Please help...will reward for helping

SCENARIO—GET INVOICE DETAILS:

Import the Bapi “BAPI_BILLINGDOC_GETDETAIL” from SAP to Xi under imported objects.

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

DT_Invoice_Req

Order No - String – occurrences (0..1)

DT_Invoice_Res

Invoice_Header – String – Occurrences (0..1)

Invoice_Address – String – Occurrences(0..1)

Invoice Items – String – Occurrences(0..1)

Message Types

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

Target – BAPI_BILLINGDOC_GETDETAIL

MM_Invoice_Res

Source – BAPI_BILLINGDOC_GETDETAIL

Target – MT_Invoice_Res

Interface Mapping

IM_Invoice_Query

Source –Software Component Version mycompany_product_version, 2.0 of mycompany.com

NameSpace – http//mycompany.com/xi/technology

Name – MI_Invoice

Target -Software Component Version MYCOMPANY_PRODUCT_TECHNOLOGY, 2.0 of mycompany.com

NameSpace – urn:sap-com:document:sap:rfc:fucntions

Name – BAPI_BILLINGDOC_GETDETAIL

Request – MT_Invoice_Req

Response – MT_Invoice_Res

Afterwards I Created one File_Synchronous_Abstract interface (using request and response datatypes).

Use this as sender interface and use BAPI as receiver interface. then I got the request and response tabs. then Give the 2 mapping names

Now please help me with any other exaple from a different module..

that will help me...

Regards

A.K.

Former Member
0 Kudos

Hi Anil Kumar,

Please find the below links:

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1926-File [original link is broken] [original link is broken] [original link is broken] [original link is broken] to RFC

/people/michal.krawczyk2/blog/2005/08/22/xi-maintain-rfc-destinations-centrally - Maintain RFC destination centrally

https://www.sdn.sap.com/irj/sdn/advancedsearch?querystring=rfc%20adapter%20step%20by%20step&searchpl...

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

https://www.sdn.sap.com/irj/sdn/advancedsearch?querystring=bapi%20adapter%20step%20by%20step&searchp...

Hope the above links will give help you more.

Please let me know if you have any queries...!

Thanks and Regards,

Chandu.

Former Member
prabhu_s2
Active Contributor
0 Kudos

using BAPI create a material master...scenario is like the req comes to abap for creating a materuial master...source might be considered as file

for RFC make use of webserivce...retrieve a data from webservice...

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

/people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step