ELSE (ABAP Keyword) introduction & syntax details ELSE Basic formELSE. EffectWithin an ” IF … ENDIF ” processing block, precedes... IF (ABAP Keyword) IF is a keyword used in SAP ABAP programming. This tutoria
It gives me error in syntax check. I think i can check for first field using if and second one with elseif but for that matter of fact i have like 10 fields .out of which even one is initial i have to throw a message saying 'DATA CANNOT BE SAVED'. Please suggest me how to go...
There is no error i can see here...this is a syntax error...check u r code Reply Former Member 2007 Dec 19 11:31 AM 0 Kudos 276 SAP Managed Tags: ABAP Development hai, the coding is wright check the coding in debugging mode and see the values are checked correctly. Rep...
Does anyone know the SQL-statement to determine if a record in a table exists? I don't want to read any data into the working-storage, I just need the returncode. I think it's something like, "transfer no data..." but I can't find the exact syntax. And yes...points for good/...
ELSE (ABAP Keyword) introduction & syntax details ELSE Basic formELSE. EffectWithin an ” IF … ENDIF ” processing block, precedes... IF (ABAP Keyword) IF is a keyword used in SAP ABAP programming. This tutorial covers its introduction & syntax details. IF Basic formIF... CASE ( ABAP ...