Hi All,
I would like to check for 2 conditions & if either one of the conditions are OK, then proceed with the further section of code.
Conditions
1. IF EKPO-MATNR NE SPACE.
2. IF MARC-DISMM IN ('PD', 'P1').
The node on which i am querying is EKPO & hence can manage the 1st condition as it is a straight check. But not sure how i can manage the 2nd condition, as i need to read the EKPO-MATNR & then for this i need to check in MARC table for DISMM field.
Hope my problem is clear, await inputs.
Vivek