Quantcast
Channel: SCN: Message List - Business Content and Extractors
Viewing all articles
Browse latest Browse all 5631

Re: End Routine

$
0
0

I am providing a rough code for the same:

 

LOOP AT RESULT_PACKAGE ASSIGNING <RESULT_FIELDS>.

 

IF <RESULT_FIELDS>-calmonth GE '201401'

and IF <RESULT_FIELDS>-calmonth LE '201406' .

 

If <RESULT_FIELDS>-country = 'AX1'

or

I<RESULT_FIELDS>-country = 'AX2'

or

<RESULT_FIELDS>-country = 'AX3'.

 

<RESULT_FIELDS>-comp_code= 'C70'.

 

endif.

endif.

Endloop.

Similarly you can write for other conditions.

 

Hope this gives an idea.

 

Regards,

AL


Viewing all articles
Browse latest Browse all 5631

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>