Do you Know ?

Solution For SAP Runtime Error

Problem : There is no syntax errors in the program but just before displaying the Output results it is giving  runtime error.

Runtime Errors: DBIF_RSQL_INVALID_RSQL
Except.  CX_SY_OPEN_SQL_DB



Sample Internal table

Types : begin of fieldstring,
             Col1 type Ztable-col1,
             Col2 type Ztable-col2,
             Col3 type Ztable-col3,
          End of fieldstring.

Wrong way : select col3 col1 col2 into table body from Ztable. [ No Syntax Error ]
Correct way : select col1 col2 col3 into table body from Ztable. [ everything perfect ]


Solution:

Maintain columns in correct order in SELECT statement.

SAP Adobe Controlling User Inputs

SAP Adobe Forms Controlling the all the user input used in the form.

Working with

Drop Down List
Text Fields
Check Box
Numeric Field
Input Formatting
Validating Forms

SAP Adobe Drop Down Example

SAP Adobe Forms Value passing from Drop Down.

Working with

Drop Down List
XML
Text Fields
Logic to the Forms



SAP Adobe Inserting Video in Form

SAP Adobe Forms - Inserting a Video in PDF Form

Working with

Embed a Video in Form
Playing a Video in PDF Form


SAP Adobe Pattern and Formatting Field values

SAP Adobe Pattern and Formatting Field values.

Working with

  • Text Fields
  • Drop Down List
  • Patterns

SAP Adobe Calculations in Forms

SAP Adobe Forms Video Tutorial

Working with
  • Text Feilds/Numeric Fields
  • Calculations
  • FormCalc