p$tdv:sap:add_tabelle
p$tdv:sap:add_tabelle
A table is entered into the SAP administration parameter group SAPDef with this function.
Syntax: | p$tdv:sap:add_tabelle( 'Name' , 'TypeName' , 'PGName' , Direction , Count ) | ||
| Argument | Type | Meaning |
| Name | String | Name of the SAP table. |
| TypeName | String | Reference type of the table |
| PGName | String | Name of the ePOS parameter group to be used for the data exchange with this table. |
| Direction | Integer | Designation for if the table is to be read and/or written 0 – read table 1 – fill table 2 – fill table and read again after executing the function component |
| Count | Integer | Number of data records to be written into the table. The corresponding number of indices of theePOS parameter group must also be filled in this case. |