I need a validation for, example if user enter a future date that should be catched in error table.? Below is my code.
SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } .L0S31 { font-style: italic; color: #...
I Have 2 fields say
equnr tplnr.(excel upload file)
my itab has two fields equnr and tplnr.
i need to validate two each fields against internal table, if error , show it in alv ..else upload in DB table.
...
which table to fetch fields EQUNR and TPLNR ? i have used equz table and iflot table joined using iloan field ....please help out.
SELECT E~EQUNR I~TPLNR INTO CORRESPONDING FIELDS OF TABLE IT_TABLE FROM EQUZ AS E INNER JOIN IFLOT AS I O...