on 2020 Oct 30 9:36 AM
I’m developing a batch input program to perform PA40 for Action Type 21 (Change EE Situation) in background mode (DIALOG_MODE = ‘0’). Several infotypes will need to be processed and it’s very likely to encounter messages (W, I, E) embedded in the MP* modules. Since these messages will interrupt the background run, is there a way to avoid this kind of message interruption? Is there any suggestion to develop a batch input program for PA40 and make it possible to update all infotypes successfully in background mode? Is there a FM/BADI to help on this?
Normally in background you only have to worry about the type E messages, and if they occur you will need to deal with them and not continue. The other type messages might occur but they should stop the processing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
FM HR_MAINTAIN_MASTERDATA can be utilised to perform an action and process the relevant info types.
Also see standard ABAP RPUSTD00. Can be run standalone or via LSMW Object '0555'
bg
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
111 | |
9 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.