cancel
Showing results for 
Search instead for 
Did you mean: 

Message Mapping

deviprasad_pothireddy
Active Participant
0 Kudos

Hi all,

I am mapping the source structure to bapi. When I test this mapping using mapping editor it is not showing fields I mapped priority, CauseCode, CauseText at target side. Shall I use any node function to map 1st level to 3rd level.

BAPI-> BAPI_SERVICENOTIFICAT_CREATE

ExternalNumber( 1st level) -> BAPI->EXTERNAL_NUMBER(1st level)

NotificationType( 1st level) ->BAPI->NOTIF_HEADER->NOTIFICATIOType(2nd level)

SoldToParty ( 1st level) -> BAPI->NOTIF_HEADER->customer (2nd level)

PONum_( 1st level) ->BAPI_NOTIF_HEADER->CUSTOMER( 2nd level)

Priority( 1st level) ->BAPI_NOTIF_ITEM->ITEM(*)->Descript (3rd level)

CauseCode( 1st level) -> BAPI_NOTIF_ITEM->ITEM(*)->D_CODE(3rd level)

CauseText ( 1st level) -> BAPI_NOTIF_TEXT->TEXT(*)->LINE(3rd level)

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

you should map the node "BAPI->NOTIF_HEADER"

"BAPI_NOTIF_ITEM" and "BAPI_NOTIF_TEXT->TEXT"

with constant or something else if you want to display them

Former Member
0 Kudos

Hi ,

<i>BAPI_NOTIF_ITEM->ITEM(*)</i>

Map the above structures(BAPI_NOTIF_ITEM,ITEM) with some constans and try.

Sekhar

Former Member
0 Kudos

Try using the node function removecontext. I dont remember the exact name of the function. This should solve ur problem.

Try

1st level>removecontext> 3rdlevel

and also try

1st level>removecontext> removecontext> 3rdlevel

I am not sure which would work out.

good luck

-Naveen.