Solution : https://service.sap.com/sap/support/notes/2852 (SAP Service marketplace login required)
Summary :
In cases where SAPscript control commands are not evaluated or inefficacious, investigate syntax accuracy, ensure commands are single-line without breaks, and verify command sequences are complete, including presence of "ENDIF". Key causes include incorrect syntax, incomplete lines, and incorrectly structured commands like missing "ENDIF" post an "IF". Solutions involve using SAPscript Form Debugger to validate syntax, ensuring single-line command completeness, and ensuring "ENDIF" presence by using the Debugger's stack command visibility function. Additionally, parameters with spaces must be quoted correctly to ensure proper recognition by SAPscript Scanner.
Key words :
chapter basis - system administration - sapscript styles, additional key words sapscript form, &tab1-feld1& = &htab1-hfeld1&/, &tab1-feld2& = &htab1-hfeld2&/, &tab1-feld3& = &htab1-hfeld3& 3, define &f1& = &tab1-feld1&/, define &f2& = &tab1-feld2&/, define &f3& = &tab1-feld3&/, define &h1& = &htab1-hfeld1&/, define &h2& = &htab1-hfeld2&/
Related Notes :
19104 | Information on the SAPscript layout set debugger |