cancel
Showing results for 
Search instead for 
Did you mean: 

Error while mapping:

Former Member
0 Kudos

Dear pals,

I was doing a Scenario of request adn response with the BAPI GET INVOICE DETAILS.

The message mapping of the response has no errors..But now in activating of MM_Invoice_Req (Request) an error is coming, The error is listed below

Error: Activation of the change list cancelled.

<b>Check result of Message Mapping MM_Invoice_Req|http://mycompany/xi/technology.</b>

Please help me where to make a change and how to ..

Please list the reasons for the error so that i can check one by one...

and what i should map with the Invoice request data type and message type.

Regards

A.K.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

ok i did get the answer by R&D

Former Member
0 Kudos

Hi,

try to do first activate SWCV later DTs ,Mts and MMs..and aslo

Check the BAPI is properly imported ot not , and check the messge types for which you have used to MM both sides are correctly created or not and check the namespace and SWCV

Regards

Chilla

Former Member
0 Kudos

HI Chilla,

there is no error shown while activating DTs ,Mts. Only MM request is having problem.....and namespace is correct...Now just gimme a messge types for which i have to create at both sides of MM.

For response i have given some five data and it is activated ...but there is some problem in the request..

i am using tyhe BAPI_INCOMINGINVOICE_GETDETAIL

do reply.

regards

ak

Former Member
0 Kudos

Hi,

what is that error ,

or please try to re import the structure of BAPI_INCOMINGINVOICE_GETDETAIL. and drag the BAPI to MM and save and activate

Regards

Chilla

Former Member
0 Kudos

Hello,

Thanks for your help, You told me to use BAPI_INCOMINGINVOICE_GETDETAIL...but I used another one and got the response for the request...just look into the way i desighed it and just give me another example...I need any good example...I am listing down the example i finished . now you would be able to help me...

Please help...will reward for helping

Only for design from another module..now i did invoice i need something different.

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.