Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Grouping Fields

Former Member
0 Likes
431

Hi,

I need to validate some fields by group. I mean to say...for ex : name1, name2, name3 flds should be in name group, addressline, postcode, cntry should be in street group.

My requirement is to validate those fields in the group....like if any one of the fld is blank then entire fields in that group should not updated.

Pl. suggest me..how to group the fields..

Thanks in advance.

Regards

Shankar

3 REPLIES 3
Read only

Former Member
0 Likes
401

Are you talking about Module pool program...?

you include all the fields in Chain & ENDCHAIN and then validate the fields in Group.

Read only

0 Likes
401

Hi Vijay,

It is not the Module Pool Program.

I need to update the data from an excel file to SAP containing about 71 flds. Before updating we need to validate the fields. Some flds belonging to name (name1, name2, name3) should be in group. If any of the field in that group is blank in the given xl file then the whole group of flds should not be updated..even though the other two flds on that group have values.

like that i need to form two other groups with 6 flds each and need to validate.

Read only

Former Member
0 Likes
401

thks