cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Receiver - POSDM - Call Multiple Times

Former Member
0 Kudos

Hello Dear Gurus.

I have an interface XML to RFC (POSDM -  /POSDW/CREATE_TRANSACTIONS_EXT)

The interface is working fine,(this interface process sales information)

however I have a problem when I sent the information with multiple Stores from XML , the RFC show me a message ;

"Transaction list contains data from different stores or days"

I checked the structure of RFC

POSDW_-CREATE_TRANSACTIONS_EXT

  IT_TRANSACTION ... 0-1

  item..............................0-Unboundend

    -- RETAILSTOREID

    --TRANSTYPECODE

   ...

Also I checked a note  1140074 - Multiple business date or store in the same TLog


Is not posible to process multiple store , so my idea was to change the ocurrence of ITEM - IT_TRANSACTION to multiple occurrence like IDOC , but i don´t know if will work.  or create multiple call like multimapping.?



Regards

Lucho

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Luis, /POSDW/CREATE_TRANSACTIONS_EXT is a standard RFC module in the backend, you cannot modify the data type in the repository since that will make it incompatible with the backend. As you correctly pointed out you need to implement multi mapping