‎2007 Jul 06 5:42 AM
Hi Experts ,
can u pls explain the code
sy-subrc = 4.
IF komp-kposn NE 0.
CHECK: t001-bukrs = t001k-bukrs.
CHECK: komp-werks NE space.
CHECK: komp-evrwr = 'X'.
CHECK: komp-fareg NA '45'.
ENDIF.
Regs
Narayana Murthy
‎2007 Jul 06 5:44 AM
this particular piece of code has no significance.
If any of the check or if condition fails then the control doesnt goes ahead and the code written after that wont get executed.
Plw reward points if helpful
‎2007 Jul 06 5:48 AM
Hi Narayana,
Where did you get this code.
Can you paste the full code or the name of program if it is a standard program then we can tell the overall significance of this code, if any related to the program.
Regards,
Atish