cancel
Showing results for 
Search instead for 
Did you mean: 

File->XI->POSDM Interface

Former Member
0 Kudos

Hi all,

We have a scenario where there will be to two files in a directory one with header data and one with line data.

We need to pass the data to function module /POSDW/create_transactions_ext. If its a normale sale the FM needs to be called once whern it is crdedit sale it need to be called twice.

The data in the line file needs to be mapped to the header file how can we do that because it is two different files?

Anyone dealt with that FM before or any help will be appreciated?

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you will need to use BPM for this scenario..........in your BPM, you will have two recieve steps to get the two files data by file adapters.....then you can have a transformation step to map the header to line data.......then you will have a fork step and it will branch in two steps parallely.........the condition of the fork step will be the field value deciding your RFC calling.......one step will have one synch send step to call the RFC once and the other step will have two synch steps to call the RFC twice.................then you can have a send step to send the RFC response to file adpater to output RFC response in a file....

Regards,

Rajeev Gupta