cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping

Former Member
0 Kudos

Hi Experts,

The interface i should design to communicate information regarding sub-rights invoices that are paid in SAP ERP(R/3) and the information fed back to from front end system (XXXXX)

I need to fetch the data like invoice number,value and amount paid.and send it back to some front end system. how should i design my interface?

Is there any idoc that i can use on R/3 side. if yes which idoc this fileds contains?

Appreciate if someone provides in detail

Please advise me

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

> The interface i should design to communicate information regarding sub-rights invoices that are paid in SAP ERP(R/3) and the information fed back to from front end system (XXXXX)

> I need to fetch the data like invoice number,value and amount paid.and send it back to some front end system. how should i design my interface?

>

Share some more info about front end system like is your frind end system supports sync calls or not,based on thatn you can decide got with BPM or not.

> Is there any idoc that i can use on R/3 side. if yes which idoc this fileds contains?

>

you can use INVOIC IDoc, but you have to do analysys on the same and take help from functional consulat he will; help you which fields to map.

Regards,

Raj

Former Member
0 Kudos

Hi Raja thanks for your response.please find some more details

Sub-rights invoices are paid in ERP and the information need to fed back to ABP system.

I need to fetch the data which is posted in ERP.

My sample file is :

<sub_rights_invoices>

<header>

<recordType></recordType>

<sendingSystem></sendingSystem>

<fileNumber></fileNumber>

<creationDate></creationDate>

<creationTime></creationTime>

nextFileNumber></nextFileNumber>

</header>

<invoice>

<invoiceNumber></invoiceNumber>

<value></value>

<date></date>

</invoice>

<trailer>

<recordType></recordType>

<numberOfRecords></numberOfRecords>

</trailer>

</sub_rights_invoices>

ABP system <------ SAP PI <----


SAP ERP

Former Member
0 Kudos

are there any "standard" BAPI available to retrieve these sub-right invoices ? They you could build your interface upon it (proxy client sending data to PI, converting and routing/sending it to the ABP partner) for instance

Rgds

Chris

Former Member
0 Kudos

That's what i am looking for is there any BAPI exist or should i go for proxy. if there is any BAPI exist please let me know.

Thanks,

rajasekhar_reddy14
Active Contributor
0 Kudos

take help from ABAPer he will tell you is there any BAPI are not .

Answers (0)