on 2009 May 28 3:39 PM
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
The function to delimit via dynamic actions is LIS9.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
testing
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Any updates on this one.
Thanks,
DF
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks all. Answered and closing.
DF
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
88 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.