Dera All,
Please help me on this issue. I am giving you the scenario below.
-
Pick the value of EKKO-EBELN and input the same in EKPO-EBELN. From table EKPO, get the value of EKPO-MATNR. Now input the value of EKPO-MATNR in KSSK-OBJEK with leading Zeros. The total number of digits in KSSK-OBJEK should always be 18 so the number of leading zeros needs to be adjusted. Now from KSSK table, pick the value of KSSK-CLINT and input the same in KLAH-CLINT. From KLAH table, display the value KLAH-CLASS.
EKPO-MATNR is 18 char
KSSK-OBJET is 50 char
Select single * from KSSK
Where object = ekpo-matnr.
But problem is that matnr is 18 char & objet is 50 char so it is not match.
How I could do plz give me the solution.
Thanks & Regards,
Abhay.