cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic action - delimit

Former Member
0 Kudos
636

Hi,

How can we get a record to delimit by way of dynamic actions? I want a certain infotype record to be delimited when say infotype 1 is saved. I only see ins, cop, mod and del options in the variable function part. Your help is much appreciated.

Thanks,

DF

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The function to delimit via dynamic actions is LIS9.

Former Member
0 Kudos

Hi SS,

I know about LIS9. But according to the documentation for dynamic actions, the possible actions are ins, cop, mod and del. Can we use lis9 in dynamic actions?

Thanks,

DF

Former Member
0 Kudos

Yes, you are able to use it via dynamic actions. Below is an example from our system:

BRTH 06 13 I INS,9021,,,(P0378-BEGDA),99991231

BRTH 06 14 I INS,0021,,,(P0378-BEGDA),99991231/D

DCHI 06 15 I INS,9021,,,(P0378-BEGDA),99991231

DCHI 06 16 I LIS9,0021,2,,(P0378-BEGDA),99991231/D

DIV 06 17 I INS,9021,,,(P0378-BEGDA),99991231

DIV 06 18 I LIS9,0021,1,,(P0378-BEGDA),99991231

DIV 06 19 I INS,0021,10,,(P0378-BEGDA),99991231/D

Answers (5)

Answers (5)

Former Member
0 Kudos

testing

Former Member
0 Kudos

Hi,

Any updates on this one.

Thanks,

DF

Former Member
0 Kudos

LIS9 should work just fine. What I sent you was a sample from a dynamic action that works properly in our production system. With that in mind, there may be something else within your dynamic action that may need to be adjusted.

Former Member
0 Kudos

Hi SS,

I'm halfway there. Thanks for your inputs. LIS9 is indeed working, I was making a mistake in my previous code. However, the requirement is to have two seperate infotypes to be delimited. I have put them one after the other, but system is only delimiting the second one. I have put both the actions on IT0001. This is what needs to happen: User saves IT1. Delimit screen for ITx comes up. ITx is delimited. Delimit screen for ITy comes up. ITy is delimited. Right now only ITy is coming up. Where am I going wrong?

Thanks,

DF

Former Member
0 Kudos

Glad to hear we are making progress... Send me your code and I will take a look!

Former Member
0 Kudos

Hi SS,

Its done and looks good. Thanks for your help.

Cheers,

DF

Former Member
0 Kudos

Hi,

Reopening the thread.

It seems LIS9 does not work in dynamic actions. Has anyone actually used it? Even the documentation does not mention it. Is there any other logic we can use to delimit in dynamic action? Please note this is for dynamic action and not infogroup for which we can use LIS9. Infogroup would not work in my case because I want the delimition based on a different logic.

Thanks,

DF

Edited by: Donnie Freako on May 29, 2009 1:27 AM

Former Member
0 Kudos

Thanks all. Answered and closing.

DF

Former Member
0 Kudos

Hi

LIS9 is the syntax for the delimit functionality in variable function part for eg.

LIS9,0170,,,(RP50D-DATE1),(P0000-ENDDA)

Hope this wud help

guds

Former Member
0 Kudos

Hi guds,

What does (RP50D-DATE1),(P0000-ENDDA) mean?

Thanks,

DF