‎2007 Jan 10 4:57 PM
i am working on a validation exit for FI. Is it possible to create sets to group data and call the sets in a ABAP program in a validation exit.
Any clarification will be appreciated.
thank you
Krishna
‎2007 Jan 11 7:11 AM
Hi,
you can group data:
1) in special standard trx. like KDH2
and read them with table setheader and setleaf
or (better)
2) creat your own customer Table to group data with key-fields:
mandt groupname fieldname fieldvalue
100 Z001 SAKNR 4711
100 Z001 SAKNR 4712
and in your val.-exit you can check values against this table
A.
Message was edited by:
Andreas Mann