Latest Answer : Continue leaves the current loop if the condition does not satisfy and the loop starts again..whereas in a check first the condition is checked then the loop executes. ...
Latest Answer : exit statments is exit the current loop. and moving to next loop but stop statement move to end of selection. it's not check all other loops. ...
Latest Answer : Domain defines technical attribute of a field like value/base table , data type , length, value range also its an DDIC object it can be reused .Dataelement defines semantic attributes of a field like description text (label) , domain , F1 documentation ...
Latest Answer : Table controls have both horizontal and vertical scrollers and cursor control logic is designed implicitly.Step loops have only horizontal scrollers and cursor control logic is to be designed by the user explicitly. ...
Latest Answer : 1.batch input works for multiple applications where as call transactions doen't work2.batch input has an implicit log file with it. where as call transaction doesn't have3.batch input has sy-subrc check with the database where as call transaction doesn't ...
Latest Answer : ...
Latest Answer : Search helps are dictionary objects that we develop to compile a set of valid values for users. ...
Latest Answer : direct i/p method takes short amount of time in processing while bdc takes large amount of time ...
Latest Answer : hi,By using upload command userinteraction is must for every record,where as in WS_UPLOAD user interaction is not needed.sarath ...