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

Filling Export parameter

Former Member
0 Likes
395

hello experts,

I need to check whether a field lies between the input parameter which is a range,if it lies within then i need to append it to exporting parameter.

could u plz tell me how to do it??

Regards,

T

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
373

select <fieldname> from <table> where <fieldname> IN <Inputparameter>..

If sy-subrc = 0.

Append <ur final table>

endif.

Hope this is what you are looking for.

2 REPLIES 2
Read only

Former Member
0 Likes
374

select <fieldname> from <table> where <fieldname> IN <Inputparameter>..

If sy-subrc = 0.

Append <ur final table>

endif.

Hope this is what you are looking for.

Read only

0 Likes
373

hello.

This is what is needed..

see whether DBLFZ field of VZZKOKO lies between the I_TERM_RANGE. If it lies within the range then add it to the exporting parameter.

this I_TERM_range has low anh high..

how do i check this condition.?

Please help

Regards,

T