cancel
Showing results for 
Search instead for 
Did you mean: 

Help with dynamic action for IT530 and IT532

Former Member
0 Kudos

Hi,

Hope someone can help me with this. I'm trying to create a dynamic action in background that creates an IT530/532 record.

The problem is that eventhough I've specified that the dynamic action should run

in background, the IT532/530 window keeps popping up. It shows a

message "Assign Insurance Authority institution code in table T7cn0p" message, but this

message is not an error or a warning message, (you can just press enter and the infotype record will save anyway) so given that, shouldn't the window

not pop up since the /D option will work as long as there is no warning or error message?

Here's the code I used:

**CREATE IT530/532 FOR INTERNS

P T001P-MOLGA='28'

P P0000-MASSN='9D' /X

P P0000-MASSN='9N' /X

P P0000-MASSN='9E' /X

P P0001-BTRTL='CN07'

F DATE_CALC_CN(ZPXDYNEV)

F GET_CONTRAREA(ZPXDYNEV)

I INS,0532,0001,,(P0000-ENDDA)/D

I checked the table mentioned, and there are no entries there, we didn't maintain it since it is not needed. And since there is no errors, it is not necessary. Does anyone know of a way I can force this to run in background?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hello

maintain Insurance Authority institution code in table T7CN0P

& then the message wont pop up

& your dyanamic action will run in background

reward if helpful

Former Member
0 Kudos

Hi,

Is this the only way? Because I'm not sure what the impact of maintaining this will be since we never had to use it for our operations.

So I was hoping there's a way to do this by just forcing it to run in background and disregard the message.