Hi All, Today I am here to quickly show you a useful technique for making loops (index-based cell access) in SQLScript the same way you can in ABAP. For those of you who
SAP Managed Tags: ABAP Development Recently I stumbled over the examples in the documentation of built-in functions ROUND and RESCALE. (Does anybody use RESCALE?) There are tables with results of these functions for different values of the arguments, but there was no coding example how to ach...
2,149 SAP Managed Tags: ABAP Testing and Analysis Hi All, I have used the string comparison operator "CS" in the internal table loop. DATA V_STR1(9) VALUE 'NOT VALID'. LOOP AT IT_T024. IF IT_T024-EKNAM CS V_STR1. CONTINUE. ENDIF. ENDLOOP. Thanks, Kal Chand Reply ...
Yet operators CP and NP do not have the full functional scope they have in normal logical expressions. They are only allowed if wildcards ( '*' or '+' ) are used in the input fields. If wildcards are entered on the selection screen, the system automatically uses the operator CP. If ...
Every row of the selection table represents a logical expression. Depending on the operator in column option, it is either a comparison or an interval selection. The comparison is structured as follows: ... operand {EQ|NE|GE|GT|LE|LT|CP|NP} seltab-low ... ...
node_modules/.bin/eslint + - id: eslint + entry: node_modules/.bin/eslint diff --git a/README.md b/README.md index 4dd0fd7d10617..734f13efd5916 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,39 @@ Documentation is written in Markdown (via Remark) and MDX. [...