cancel
Showing results for 
Search instead for 
Did you mean: 

abap_false

Former Member

hi all,

can anybody tell me about ABAP_FALSE? what it is? when we use it?

Accepted Solutions (0)

Answers (1)

Answers (1)

Boris_Rubarth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Protyoush,

can you please be a bit more specific? This forum is for "questions that span more than one SAP NetWeaver component", so where did you came across that "parameter" or whatever it may be?

Thanks and regards, Boris

Former Member
0 Kudos

Hi Boris,

please go through following code lines.


         r_node->bind_element(
                 IMPORTING
                        new_item = r_element
                        set_initial_elements = *abap_false* ).
 

tell me Is abap_false a standard value provided by SAP? what is the purpose of it?

Boris_Rubarth
Product and Topic Expert
Product and Topic Expert

Hi Protyoush,

so your question relates to ABAP development. A good question for the forum "_ABAP, General_", I would suggest.

ABAP_TRUE and ABAP_FALSE are constants. You use them instead of a variable of type Boolean (X=True, -=False, Space=Unknown)).

Regards, Boris