cancel
Showing results for 
Search instead for 
Did you mean: 

How can i pass range of values for a fieldname using se37

Former Member
0 Kudos

Hi Gurus,

I am using SE37 and executing BAPI for RFC READ TABLE. Under Fields, I need to select a data field and needs to pass FROM and TO date. Is that possible ?

If yes then please advise what is the syntax.

Thanks

Omair

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member235395
Contributor

Hi Omair,

Check the documentation of BAPI.

Input: List of fields to be read

Regards,

Sandra_Rossi
Active Contributor
0 Kudos

I'm not sure to understand your exact question, but I think you are confusing the usage of 2 parameters of the function module:

FIELDS : which fields are to be returned

OPTIONS : this is the "WHERE" i.e. which records are to be returned; in your case I think you want something like FROM <= '20170324' AND TO >= '20170324'