‎2006 Nov 16 10:54 AM
what are the regular errors we will get while doing objects(reporting,forms,bdc,dialog programing..etc)?
‎2006 Nov 16 10:58 AM
Hi,
Normally we get Syntax errors and activation errors.
Regards,
Ram
‎2006 Nov 16 10:57 AM
Its a very vague questions.
But stil errors can be classified as syntax errors(That we get at the compilation time).
Errors that are raised by the progarm itself.
Runtime errors which are raised by the system at run time.
Regards,
ravi
‎2006 Nov 16 10:58 AM
Hi,
Normally we get Syntax errors and activation errors.
Regards,
Ram
‎2006 Nov 16 11:00 AM
Hi Sunil
You will also get errors while doing extended program checks and code inspector which lists the errors due to obsolete statements and incorrect select statements.
Rgds
Meera
‎2006 Nov 16 11:01 AM
hi sunil,
there can be a lot of errors that you can encounter while creating objects..
these can be categorised in two parts as.
design time errors.
run time errors .
SAP provides lots of checks at while creating a object so you can rectify them like syntax errors.
then run time errors are those which cannot be detected while creating a object e.g. file errors as missing file error.
hope this helps you