Sunday, 13 April 2025

APPENDING with conditions:

 

It’s Used to Append the values to the Intern Table based on the condition

Append value #( werks = wa_vbap-werks

                            matnr = wa_vbap-matnr

                                flag = cond #( wa_sales_item-kwmeng gt 0

                                                                    then ‘Y’

                                                                else ‘N’ )

                                                            ) to it_internaltable3.

No comments:

Post a Comment