1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
SEQ,Table,Field,M/O,Type,Size,Description
1,T_Bidding_HEADER,ANFNR,M,CHAR,10,Bidding Number
2,T_Bidding_HEADER,LIFNR,M,CHAR,10,Vendor Account Number
3,T_Bidding_HEADER,ZPROC_IND,M,CHAR,1,Purchasing Processing State
4,T_Bidding_HEADER,ANGNR,,CHAR,10,Bidding Number
5,T_Bidding_HEADER,WAERS,M,CUKY,5,Currency Key
6,T_Bidding_HEADER,ZTERM,M,CHAR,4,Terms of Payment Key
7,T_Bidding_HEADER,INCO1,M,CHAR,3,Incoterms (Part 1)
8,T_Bidding_HEADER,INCO2,M,CHAR,28,Incoterms (Part 2)
9,T_Bidding_HEADER,VSTEL,,CHAR,3,Shipping Point
10,T_Bidding_HEADER,LSTEL,,CHAR,3,loading Point
11,T_Bidding_HEADER,MWSKZ,M,CHAR,2,Tax on sales/purchases code
12,T_Bidding_HEADER,LANDS,M,CHAR,3,Country for Tax
13,T_Bidding_HEADER,ZRCV_DT,M,DATS,8,Bidding Receive Date
14,T_Bidding_HEADER,ZATTEN_IND,M,CHAR,1,Attendance Indicator
15,T_Bidding_HEADER,IHRAN,M,DATS,8,Bidding Submission Date
16,T_Bidding_HEADER,TEXT,,CHAR,,PO Header note
17,T_Bidding_HEADER,ZDLV_CNTLR,,CHAR,3,Delivery Controller
18,T_Bidding_HEADER,ZDLV_PRICE_T,,CHAR,1,"납품대금연동제대상여부(Y:대상, N:미대상, 공백:미해당)"
19,T_Bidding_HEADER,ZDLV_PRICE_NOTE,,CHAR,,연동제 노트 (Long Text)
20,T_Bidding_ITEM,ANFNR,M,CHAR,10,Bidding Number
21,T_Bidding_ITEM,ANFPS,M,NUMC,5,Item Number of Bidding
22,T_Bidding_ITEM,LIFNR,M,CHAR,10,Vendor Account Number
23,T_Bidding_ITEM,NETPR,M,CURR,"17,2",Net Price
24,T_Bidding_ITEM,PEINH,M,DEC,5,Price Unit
25,T_Bidding_ITEM,BPRME,M,UNIT,3,Order Unit of Measure
26,T_Bidding_ITEM,NETWR,M,CURR,"17,2",Net Order Value
27,T_Bidding_ITEM,BRTWR,M,CURR,"17,2",Gross Order Value
28,T_Bidding_ITEM,LFDAT,M,DATS,8,Item Delivery Date
29,T_Bidding_ITEM,ZCON_NO_PO,,CHAR,15,PR Consolidation Number
30,T_Bidding_ITEM,EBELP,,NUMC,5,Series PO Item Seq
31,T_PR_RETURN,ANFNR,M,CHAR,10,PR Request Number
32,T_PR_RETURN,ANFPS,M,NUMC,5,Item Number of PR Request
33,T_PR_RETURN,EBELN,M,CHAR,10,Purchase Requisition Number
34,T_PR_RETURN,EBELP,M,NUMC,5,Item Number of Purchase Requisition
35,T_PR_RETURN,MSGTY,M,CHAR,1,Message Type
36,T_PR_RETURN,MSGTXT,,CHAR,100,Message Text
37,,EV_ERDAT,,DATS,8,Extract Date
38,,EV_ERZET,,TIMS,6,Extract Time
|