cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding XI requirement

Former Member
0 Kudos

Hi All,

I have been given below requirement in XI with initial mail.

EMEA BLANC/CERVINO APO to FUSION XI Interface for Sales Orders

<b>Summary</b>: CoPlanned and TopValue Customer Sales Orders are planned with APO and result in a Planned Order (SNP) or SO Information in a Planning Book (DP) APO that must be sent to EMEA Fusion to create Sales Orders.

<b>Sources</b>: EMEA rAPO SNP and rAPO BW

SNP: XI could call BAPI_POSRVAPS_GETLIST3 in SNP to retrieve information from the PREQ and format the standard ORDERS05 IDOC

<b>DP</b>: Planning Book and Key Figures

<b>CoPlanned</b>: ShipTo#, SKU, Qty, Date(Request Date)

SNP Product View. ATP Category EE for Planning Version SK01.

When Customer (Location Type=1010 and

The customer types from ATTLO03 (Addtl. Tab, currently labeled Test 3) are:

DRTLR (CoPlanned)

WHSLR (CoPlanned)

GRTLR

CNTRY

(/SAPAPO/LOCIO-ATTLO03 =DRTLR, WHSLR, GRTLR, or CNTRY )

<b>TopValue</b>: ShipTo#, SKU, Qty, Priority(Delivery Priority), Date(Request Date)

DP Planning Book and Key Figures (to be provided)

<b>Target</b>: EMEA Fusion

EMEA Fusion has created logic for receiving an IDOC and processing it.

The expected fields are:

- ship-to customer number - e1edka1

- product number - e1edp01

- quantity - e1edp01

- material available date or PGI date or Customer requested date - e1edk03

- delivery priority (?) -- e1edp01

They have given above requirement and they have asked for below questions from my side.

<b>Provide a list of acceptable input formats and delivery options (directories) corresponding to the Adaptors XI can use?

What formats will XI accept and how does it need to be transmitted?</b>

Can anybody give me inputs about above requirement so that i can answer above 2 questions.

Thanks in advance.

Thanks,

Deep.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Deep

1. you can use the idoc adapter in the receiver side to post the idoc.

2.XI can understand only the XML format , so the data comes into the XI should be in the XML format, if the data is not coming into the XML format then you can do the content conversion at the sende communication channel to convert in to the XML format

Thanks

Rinku

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

>>XI could call BAPI_POSRVAPS_GETLIST3 in SNP to retrieve information from the PREQ

So in ur requirement data will be picked from SAP system using a standard funtion module i.e BAPI and Redeiver side u have an standard IDOC ,so ur senario will be RFC-XI-IDOC where RFC will pick the data from BAPI convert into XML format and post the data in to IDOC_XML format.

U need two Adapters RFC as Sender and Receiver IDOC Adapter.

>>What formats will XI accept and how does it need to be transmitted?

XI only under stand XML format and if u have a Flat file then u have to convert the data in XML format using Content convertion,in remaining adapters will conver the data into XML...........

Regards,

Phani

Rewards Points If Helpful