SAPPLCO_PURGCONTRCRR_EXCHRATE is an SAP Structure so does not store data like a database table does but can be used to process "PurgContrERPCrtReq_sExchRate" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_SAPPLCO_PURGCONTRCRR_EXCHRATE TYPE SAPPLCO_PURGCONTRCRR_EXCHRATE .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
CONTROLLER | PRXCTRLTAB | TTYP | Control Flags for Fields of a Structure | |||
EXCHANGE_RATE | SAPPLCO_EXCHANGE_RATE | STRU | PurgContrERPCrtReq_sExchRate | |||
EXCHANGE_RATE_FIXED_INDICATOR | SAPPLCO_INDICATOR | CHAR | 5 | Indicator is the representation of a situation that has exac |
Key field | |
Non-key field |
SAPPLCO_PURGCONTRCRR_EXCHRATE - PurgContrERPCrtReq_sExchRate SAPPLCO_PURGCONTRCRR_DLVTRMS - PurgContrERPCrtReq_sDelivTrms SAPPLCO_PURGCONTRCRR_BLFROMPTY - PurgContrERPCrtReq_sBlFromPty SAPPLCO_PURGCONTRCRR_ACCCDBD - PurgContrERPCrtReq_sAcctgCodgBlkDistr SAPPLCO_PURGCONTRCRR_ACCCDBA - PurgContrERPCrtReq_sAcctgCodgBlkAssgmt SAPPLCO_PURGCONTRCRC_VNDRPTY - PurgContrERPCrtConf_sVndrPty