Hi!
I need some help for this:
In include LV61A007, that referes to a pricing requirement.This requirement is met if the departure country is identical to the destination country.
I dont understand SAP behaviour, why the system validates if the stceg - VAT Registration No. is filled.
form kobed_007.
sy-subrc = 4.
check: komk-aland ne space.
check: komk-land1 ne space.
if at005-xegld = 'X' and et005-xegld = 'X' and
komk-stceg is initial. --> HERE!!!
sy-subrc = 0.
exit.
endif.
check: komk-aland = komk-land1.
sy-subrc = 0.
endform.
Can someone help me understand this.
Thanks in advance,