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

Conditional chain

Former Member
0 Likes
432

Hello SAP gurus,

what are the conditional chain statements and where we use this ?

Thank you

2 REPLIES 2
Read only

Former Member
0 Likes
402

Chain statement we use in dialog program to validate more the one field at at time like at selection-screen event in report programming

http://help.sap.com/saphelp_nw04s/helpdata/en/9f/dbabbd35c111d1829f0000e829fbfe/frameset.htm

Read only

Former Member
0 Likes
402

Conditional chain statement is used in module pool programming.

If we want to validate more than one field on output we could put all these fields within conditional chian statement as:

PROCESS BEFORE OUTPUT.

CHAIN:

field 1.

field2.

-


ENDCHAIN.

Regards .

Dara.