‎2009 May 01 7:05 PM
Hi All,
In my module pool program i am using a table control.
Each Row has 3 mandatory fields and i set them as required in attribute properties
Now if enter few field and try to delete that its making me fill up all fields before deleting it
Thanks!!
‎2009 May 01 7:13 PM
This you need to control in the PAI of FLOWLOGIC using
CHAIN
...
...
ENDCHAIN.
also check
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaa4735c111d1829f0000e829fbfe/content.htm
a®
‎2009 May 01 7:13 PM
This you need to control in the PAI of FLOWLOGIC using
CHAIN
...
...
ENDCHAIN.
also check
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaa4735c111d1829f0000e829fbfe/content.htm
a®
‎2009 May 01 7:46 PM
Hi ,
its not the chain end chain.
I have req field set in attributes when i enter 2 out of 3 mandatory fields and hit enter and try then it says
Fill in all required entry fields.
Now i want to delete this row and i set the delete to Error Type 'E' and i have code in at exit command
But my problem is that the record is in header line of the internal table not in the body.It moves into the body only when all the fields are entered
Hope i'm clear
Thanks
‎2009 May 01 7:57 PM
That is standard feature , If you mentioned the field as required (that is column ) in the table control. For example table control is displaying with 10 rows and you entered 3 rows and try to delete a rows system will check remaining rows required field to be filled. so for avoding this try to use chain and endchain and remove the required field check from attributes
a®
‎2009 May 02 2:25 AM