Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/PA33501
Product: Project Accounting (258)
Series:
Display Name: PA Project Closing History Group Display Name: PA Project Closing History
Physical Name: PA33501
Technical Name: PA_Project_Closing_HIST
Group Technical Name: PA Project Closing History
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PAPROJNUMBER | PA Project Number | String | STR15_LBAU | 15 | |
2 | PAProjectType | PA Project Type | Integer | PA_DDL_Project_Type | 0 | |
3 | PAProject_Amount | PA Project Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
4 | PAPostedBillingsN | PA Actual Billings | Currency | PA_DLR17_RBS0_STR$ | 17 | |
5 | PA_Receipts_Amount | PA Receipts Amount | Currency | PA_DLR17_RBS0_STR$ | 17 | |
6 | DISTKNAM | Discount Taken Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
7 | WROFAMNT | Write Off Amount | Currency | DLR17_RBS0_STR$ | 17 | |
8 | PA_Proj_Closing_Sequence | PA Proj Closing Sequence No. | Long Integer | Long Int | 8 | |
9 | LNITMSEQ | Line Item Sequence | Long Integer | LI_Sequence_Number | 10 | |
10 | PACONTNUMBER | PA Contract Number | String | STR10_LBAU | 10 | |
11 | CUSTNMBR | Customer Number | String | STR15_RM_Customer_Number | 15 | |
Key to the RM Customer MSTR (RM00101).
Click to show/hideSELECT
['PA Project Closing History'].CUSTNMBR AS 'PA Project Closing History-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
PA33501 AS ['PA Project Closing History']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['PA Project Closing History'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR | ||||||
12 | JRNENTRY | Journal Entry | Long Integer | LI8_U0 | 8 | |
13 | PAFBeginDate | PA Forecast Begin Date | Date | DATE | 6 | |
14 | PAFEndDate | PA Forecast End Date | Date | DATE | 6 | |
15 | PAACTUALBEGDATE | PA Actual Begin Date | Date | DATE | 6 | |
16 | PA_Actual_End_Date | PA Actual End Date | Date | DATE | 6 | |
17 | PAProfitAmount | PA Profit Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
18 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['PA Project Closing History'].NOTEINDX AS 'PA Project Closing History-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
PA33501 AS ['PA Project Closing History']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['PA Project Closing History'].NOTEINDX = ['Record Notes Master'].NOTEINDX |