SUBSQH processing: Quotes
OFFNBTAG: Modifying the size of the grid containing the tags
Use this entry point to increase the variable size of the grids containing the descriptions and tag values found in the office document templates. The OFFNBTAG entry point is linked to OFFALIMTAG and must be called before this latter.
The size of the grid variables must be increased if the OFFALIMTAG entry point designed to add new tags/tag values in order to enrich the office document templates.
This entry point can be used for the Word document templates version 1.2.
In the case of Word templates, specific tags can be insert between the standard tags.
Context and operating mode
Transaction
There is no transaction in progress.
Log file
There is no open log file.
Call context
This entry point is called every time the "To word/update" button of the "Office docs" tab is clicked on. It is called before those used to add content, in order to increase the size of the grid variables that contain the descriptions/tags/tag values. This entry point is linked to OFFALIMTAG.
Available variables and masks
The quote header screen classes are loaded:
[M:SQH0], [M:SQH1] and [M:SQH3]
The transfer of descriptions, types and tag values to macros contained in the document templates is carried out by using the grids of the CTAG, CTYPTAG and CVALTAG variables sized to 24 for the standard. The NBTAG variable is initialized to 24. When passing through this entry point, the size of this variable must be increased in order to add content via the dedicated entry point. The NBTAGSTD variable will contain the size used by the standard (it has the same value as the NBTAG before potential modification following the pass through of this entry point). It is likely to evolve with the upcoming versions.
Open tables
In the table below, the significant content flag indicates that the content is in phase with the context (the current customer is loaded…).
Table |
Significant content |
Table Title |
SQUOTE |
No |
Quote header |
SQUOTED |
No |
Quote line |
BPARTNER |
Yes |
Business partner |
BPCUSTOMER |
Yes |
Customer |
BPDLVCUST |
Yes |
Ship-to customer |
BPCUSMVT |
Yes |
Customer transactions |
ITMMASTER |
Yes |
Product |
ITMSALES |
Yes |
Sales product |
ITMBPC |
Yes |
Products - Customers |
|
|
|
OFFALIMTAG: Populating the grid containing the header tags
Use this entry point to enrich the information recovered on the office document templates with new tags.
It works with the OFFNBTAG entry point which is used to size the grid variables containing the descriptions/types/tag values. It is used to enrich the office document grid that recovers the header information of the quote.
This entry point can be used for the Word document templates version 1.2.
In the case of Word templates, specific tags can be insert between the standard tags.
Context and operating mode
Transaction
There is no transaction in progress.
Log file
There is no open log file.
Call context
This entry point is called every time the "To word/update" button of the "Office docs" tab is clicked on. It is called after those used to increase the size of grid variables containing descriptions/types/tag values.
Via this entry point, the information displayed on the office document header is broadened.
Available variables and masks
The quote header screen classes are loaded:
[M:SQH0], [M:SQH1] and [M:SQH3]
The transfer of descriptions, types and tag values to macros contained in the document templates is carried out by using the grids of the CTAG, CTYPTAG and CVALTAG variables sized to 24 for the standard. The NBTAG variable is initialized to 24. Before passing through this entry point, the size of this variable must be increased in order to add content via the OFFNBTAG entry point.
Via this entry point, the CTAG, CTYPTAG and CVALTAG grid variables can be populated with the desired elements. Remember that the standard populates the first 24 elements of these variables. CTAG must contain the description of the populated tag. CTYPTAG must contain the data type and CVALTAG the value to replace at the tag location.
Open tables
In the table below, the significant content flag indicates that the content is in phase with the context (the current customer is loaded…).
Table |
Significant content |
Table Title |
SQUOTE |
No |
Quote header |
SQUOTED |
No |
Quote line |
BPARTNER |
Yes |
Business partner |
BPCUSTOMER |
Yes |
Customer |
BPDLVCUST |
Yes |
Ship-to customer |
BPCUSMVT |
Yes |
Customer transactions |
ITMMASTER |
Yes |
Product |
ITMSALES |
Yes |
Sales product |
ITMBPC |
Yes |
Products - Customers |
|
|
|
OFFNBTAGTAB: Modifying the size of the grid containing the line tags
Use this entry point to increase the variable size of the grids containing the descriptions, the types and tag values found in the office document templates. The OFFNBTAG entry point is linked to OFFALIMTAGTAB and must be called before this latter.
The size of the grid variables must be increased if the OFFALIMTAGTAB entry point designed to add new tags/tag values in order to enrich the office document templates.
This entry point concerns the tags present in the grid containing the information relating to the quote lines.
This entry point can be used for the Word document templates version 1.2.
In the case of Word templates, specific tags can be insert between the standard tags.
Context and operating mode
Transaction
There is no transaction in progress.
Log file
There is no open log file.
Call context
This entry point is called every time the "To word/update" button of the "Office docs" tab is clicked on. It is called before those used to add content, in order to increase the size of the grid variables that contain the descriptions/tags/tag values. This entry point is linked to OFFALIMTAGTAB.
Available variables and masks
The quote header screen classes are loaded:
[M:SQH0], [M:SQH1] and [M:SQH3]
The transfer of descriptions and tag types to macros contained in the document templates is carried out by using the grids of the CNAMTAGTAB and CTYPTAGTAB variables sized to 7 for the standard. The tag values will be passed through the CVALTAGTAB grid sized according to the quote line number and the number of columns present in the grid containing the quote lines recovered by the office document. The NBCOL variable is initialized to 7. When passing through this entry point, the size of this variable must be increased in order to add columns (addition performed through the OFFALIMTAGTAB entry point). The NBCOLSTD variable will contain the size used by the standard (it has the same value as the NBCOL before potential modification following the pass through of this entry point). It is likely to evolve with the upcoming versions. Note: for the grids, the variable will contain the number of columns of the grid which the entry point will concerned (here the quote line grid).
Open tables
In the table below, the significant content flag indicates that the content is in phase with the context (the current customer is loaded…).
Table |
Significant content |
Table Title |
SQUOTE |
No |
Quote header |
SQUOTED |
No |
Quote line |
BPARTNER |
Yes |
Business partner |
BPCUSTOMER |
Yes |
Customer |
BPDLVCUST |
Yes |
Ship-to customer |
BPCUSMVT |
Yes |
Customer transactions |
ITMMASTER |
Yes |
Product |
ITMSALES |
Yes |
Sales product |
ITMBPC |
Yes |
Products - Customers |
|
|
|
OFFALIMTAGTAB: Populating the grid containing the quote line tags
Use this entry point to enrich the information recovered on the office document templates with new tags.
It works with the OFFNBTAGTAB entry point used to size the grid variables containing the descriptions/tags/tag values. It is used to enrich the grid of the office document that recovers the quote line information.
This entry point can be used for the Word document templates version 1.2.
In the case of Word templates, specific tags can be insert between the standard tags.
Context and operating mode
Transaction
There is no transaction in progress.
Log file
There is no open log file.
Call context
This entry point is called every time the "To word/update" button of the "Office docs" tab is clicked on. It is called after those used to increase the size of grid variables containing descriptions/tags/tag values.
Via this entry point, the information displayed on the grid that retrieves the quote lines of the office document.
Available variables and masks
The quote header screen classes are loaded:
[M:SQH0], [M:SQH1] and [M:SQH3]
The transfer of descriptions and tag types to macros contained in the document templates is carried out by using the grids of the CNAMTAGTAB and CTYPTAGTAB variables sized to 7 for the standard. The tag values will be passed through the CVALTAGTAB grid sized according to the quote line number and the number of columns present in the grid containing the quote lines recovered by the office document. The NBCOL variable is initialized to 7. Before passing through this entry point, the size of this variable must be increased in order to add content via the OFFNBTAGTAB entry point.
Via this entry point, the CNAMTAGTAB,CTYPTAGTAB and CVALTAGTAB grid variables can be populated with the desired elements. CNAMTAGTAB must contain the description of the populated tag. CTYPTAGTAB must contain the data type and CVALTAGTAB the value to replace at the tag location.
Open tables
In the table below, the significant content flag indicates that the content is in phase with the context (the current customer is loaded…).
Table |
Significant content |
Table Title |
SQUOTE |
No |
Quote header |
SQUOTED |
No |
Quote line |
BPARTNER |
Yes |
Business partner |
BPCUSTOMER |
Yes |
Customer |
BPDLVCUST |
Yes |
Ship-to customer |
BPCUSMVT |
Yes |
Customer transactions |
ITMMASTER |
Yes |
Product |
ITMSALES |
Yes |
Sales product |
ITMBPC |
Yes |
Products - Customers |
|
|
|
OFFNBTABSFI: Modifying the size of the grid containing the inv. elts tags
Use this entry point to increase the variable size of the grids containing the descriptions and tag values found in the office document templates. The OFFNBTAG entry point is linked to OFFALIMTABSFI and must be called before this latter.
The size of the grid variables must be increased if the OFFALIMTABSFI entry point designed to add new tags/tag values in order to enrich the office document templates.
This entry point concerns the tags present in the grid containing the information relating to the invoicing elements.
This entry point can be used for the Word document templates version 1.2.
In the case of Word templates, specific tags can be insert between the standard tags.
Context and operating mode
Transaction
There is no transaction in progress.
Log file
There is no open log file.
Call context
This entry point is called every time the "To word/update" button of the "Office docs" tab is clicked on. It is called before those used to add content, in order to increase the size of the grid variables that contain the descriptions/tags/tag values. This entry point is linked to OFFALIMTABSFI.
Available variables and masks
The quote header screen classes are loaded:
[M:SQH0], [M:SQH1] and [M:SQH3]
The transfer of descriptions and tag types to macros contained in the document templates is carried out by using the grids of the CNAMTAGTAB and CTYPTAGTAB variables sized to 4 for the standard. The tag values will be passed through the CVALTAGTAB grid sized according to the quote invoicing element line number and the number of columns present in the grid containing the invoicing elements retrieved by the office document. The NBCOL variable is initialized to 4. When passing through this entry point, the size of this variable must be increased in order to add columns (addition performed through the OFFALIMTABSFI entry point). The NBCOLSTD variable will contain the size used by the standard (it has the same value as the NBCOL before potential modification following the pass through of this entry point). It is likely to evolve with the upcoming versions. Note: for the grids, the variable will contain the number of columns of the grid which the entry point will concerned (here the invoicing element grid).
Open tables
In the table below, the significant content flag indicates that the content is in phase with the context (the current customer is loaded…).
Table |
Significant content |
Table Title |
SQUOTE |
No |
Quote header |
SQUOTED |
No |
Quote line |
BPARTNER |
Yes |
Business partner |
BPCUSTOMER |
Yes |
Customer |
BPDLVCUST |
Yes |
Ship-to customer |
BPCUSMVT |
Yes |
Customer transactions |
ITMMASTER |
Yes |
Product |
ITMSALES |
Yes |
Sales product |
ITMBPC |
Yes |
Products - Customers |
|
|
|
OFFALIMTABSFI: Populating the grid containing the inv. elts tags
Use this entry point to enrich the information recovered on the office document templates with new tags.
It works with the OFFNBTABSFI entry point used to size the grid variables containing the descriptions/tags/tag values. It is used to enrich the grid of the office document that recovers the information about the invoicing elements.
This entry point can be used for the Word document templates version 1.2.
In the case of Word templates, specific tags can be insert between the standard tags.
Context and operating mode
Transaction
There is no transaction in progress.
Log file
There is no open log file.
Call context
This entry point is called every time the "To word/update" button of the "Office docs" tab is clicked on. It is called after those used to increase the size of the grid variables containing the descriptions/tags/tag values.
Via this entry point, the information displayed on the grid that retrieves the quote invoicing elements of the office document.
Available variables and masks
The quote header screen classes are loaded:
[M:SQH0], [M:SQH1] and [M:SQH3]
The transfer of descriptions and tag types to macros contained in the document templates is carried out by using the grids of the CNAMTAGTAB and CTYPTAGTAB variables sized to 4 for the standard. The tag values will be passed through the CVALTAGTAB grid sized according to the quote line number and the number of columns present in the grid containing the quote lines recovered by the office document. The NBCOL variable is initialized to 4. Before passing through this entry point, the size of this variable must be increased in order to add content via the OFFNBTABSFI entry point.
Via this entry point, the CNAMTAGTAB,CTYPTAGTAB and CVALTAGTAB grid variables can be populated with the desired elements. CNAMTAGTAB must contain the description of the populated tag. CTYPTAGTAB must contain the data type and CVALTAGTAB the value to replace at the tag location.
Open tables
In the table below, the significant content flag indicates that the content is in phase with the context (the current customer is loaded…).
Table |
Significant content |
Table Title |
SQUOTE |
No |
Quote header |
SQUOTED |
No |
Quote line |
BPARTNER |
Yes |
Business partner |
BPCUSTOMER |
Yes |
Customer |
BPDLVCUST |
Yes |
Ship-to customer |
BPCUSMVT |
Yes |
Customer transactions |
ITMMASTER |
Yes |
Product |
ITMSALES |
Yes |
Sales product |
ITMBPC |
Yes |
Products - Customers |
|
|
|
OFFNBTABTAX: Modifying the size of the grid containing the tax tag
Use this entry point to increase the variable size of the grids containing the descriptions and tag values found in the office document templates. The OFFNBTAG entry point is linked to OFFALIMTABTAX and must be called before this latter.
The size of the grid variables must be increased if the OFFALIMTABTAX entry point designed to add new tags/tag values in order to enrich the office document templates.
This entry point concerns the tags present in the grid containing the information relating to the different taxes used on the quote.
This entry point can be used for the Word document templates version 1.2.
In the case of Word templates, specific tags can be insert between the standard tags.
Context and operating mode
Transaction
There is no transaction in progress.
Log file
There is no open log file.
Call context
This entry point is called every time the "To word/update" button of the "Office docs" tab is clicked on. It is called before those used to add content, in order to increase the size of the grid variables that contain the descriptions/tags/tag values. This entry point is linked to OFFALIMTABTAX.
Available variables and masks
The quote header screen classes are loaded:
[M:SQH0], [M:SQH1] and [M:SQH3]
The transfer of descriptions and tag types to macros contained in the document templates is carried out by using the grids of the CNAMTAGTAB and CTYPTAGTAB variables sized to 4 for the standard. The tag values will be passed through the CVALTAGTAB grid sized according to the number of lines of the quote tax grid and the number of columns present in the grid containing the different taxes from the quote recovered by the office document. The NBCOL variable is initialized to 4. When passing through this entry point, the size of this variable must be increased in order to add columns (addition performed through the OFFALIMTABTAX entry point). The NBCOLSTD variable will contain the size used by the standard (it has the same value as the NBCOL before potential modification following the pass through of this entry point). It is likely to evolve with the upcoming versions. Note: for the grids, the variable will contain the number of columns of the grid which the entry point will concerned (here the tax grid).
Open tables
In the table below, the significant content flag indicates that the content is in phase with the context (the current customer is loaded…).
Table |
Significant content |
Table Title |
SQUOTE |
No |
Quote header |
SQUOTED |
No |
Quote line |
BPARTNER |
Yes |
Business partner |
BPCUSTOMER |
Yes |
Customer |
BPDLVCUST |
Yes |
Ship-to customer |
BPCUSMVT |
Yes |
Customer transactions |
ITMMASTER |
Yes |
Product |
ITMSALES |
Yes |
Sales product |
ITMBPC |
Yes |
Products - Customers |
|
|
|
OFFALIMTABTAX: Populating the grid containing the tax tags
Use this entry point to enrich the information recovered on the office document templates with new tags.
It works with the OFFNBTABTAX entry point used to size the grid variables containing the descriptions/tags/tag values. It is used to enrich the grid of the office document that recovers the information about the taxes.
This entry point can be used for the Word document templates version 1.2.
In the case of Word templates, specific tags can be insert between the standard tags.
Context and operating mode
Transaction
There is no transaction in progress.
Log file
There is no open log file.
Call context
This entry point is called every time the "To word/update" button of the "Office docs" tab is clicked on. It is called after those used to increase the size of grid variables containing descriptions/tags/tag values.
Via this entry point, the information displayed on the grid that retrieves the quote taxes of the office document.
Available variables and masks
The quote header screen classes are loaded:
[M:SQH0], [M:SQH1] and [M:SQH3]
The transfer of descriptions and tag types to macros contained in the document templates is carried out by using the grids of the CNAMTAGTAB and CTYPTAGTAB variables sized to 4 for the standard. The tag values will be passed through the CVALTAGTAB grid sized according to the quote line number and the number of columns present in the grid containing the quote lines recovered by the office document. The NBCOL variable is initialized to 4. Before passing through this entry point, the size of this variable must be increased in order to add content via the OFFNBTABTAX entry point.
Via this entry point, the CNAMTAGTAB,CTYPTAGTAB and CVALTAGTAB grid variables can be populated with the desired elements. CNAMTAGTAB must contain the description of the populated tag. CTYPTAGTAB must contain the data type and CVALTAGTAB the value to replace at the tag location.
Open tables
In the table below, the significant content flag indicates that the content is in phase with the context (the current customer is loaded…).
Table |
Significant content |
Table Title |
SQUOTE |
No |
Quote header |
SQUOTED |
No |
Quote line |
BPARTNER |
Yes |
Business partner |
BPCUSTOMER |
Yes |
Customer |
BPDLVCUST |
Yes |
Ship-to customer |
BPCUSMVT |
Yes |
Customer transactions |
ITMMASTER |
Yes |
Product |
ITMSALES |
Yes |
Sales product |
ITMBPC |
Yes |
Products - Customers |
|
|
|