cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic IDOC sending

Former Member
0 Kudos

Hi guys,

I need to load following messages: BANKS, Bonus Buys and Promotions. For this I use corresponding IDOCs: BANK.SAVE_REPLICA, WPDBBY01, WPDREB01. In manual mode, I have no trouble loading them - I use tcodes FI08 and WPMA.

Issues appear when I try to automate the load. Scheduled RBMIDOC with corresponding variants fails to process with error "CALL_FUNCTION_PARM_MISSING".

On the other hand, when I try to schedule the programs that correspond to transaction FI08 / WPMA, I'm getting the full list of documents each time the program is ran, not the delta of new / changed ones.

Please assist on how to deal in this situation.

Thanks,

Dmitriy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Dmitriy,

Error CALL_FUNCTION_PARM_MISSING appears when the function expects a parameter, but none was passed by the calling program.

I see that when you schedule the jobs, all the documents. -- Before scheduling the program, you need to maintain the list of Idoc table and make sure that they are removed once the documents are done.

Thanks,