there is no table called BSEG, but instead RFBLG is being used for the BSEG data. Most of the fields known in BSEG are not known in the database table RFBLG, but are compressed in a VARDATA field of RFBLG. So tests in the WHERE clause of ...
BSEG本身是一个 Cluster Table(簇表),BSEG就是由上述的六大表的集成,当要读取”BSEG”Table时就等于去读取那六个表,这样你可以想像它读起来会就多慢。对於簇表或Pool Table,都是SAP系统本身在使用的,因此簇表本身是不存在资料库实体的,虽然是可以在ABAP使用,不过还是有一些限制: 不能使用select distinct or gro...
BSEG是一个CLUSTER TABLE(簇表)。CLUSTER TABLE和POOL TABLE在SAP中形式是TABLE CLUSTER(表簇)和TABLE POOL(表池),这两种表实际是由若干表组成的。一般CLUSTER TABLE是由若干大的表(如财务凭证数据等业务数据表)组成的,而POOL TABLE是由许多小的表组成的。所以,在INNER JOIN的时候,由于不是和一个表JOIN所以找不...
there is no table called BSEG, but instead RFBLG is being used for the BSEG data. Most of the fields known in BSEG are not known in the database table RFBLG, but are compressed in a VARDATA field of RFBLG. So tests in the WHERE clause of ...
BSEG (Accounting Document Segment) is a standard table in SAP R\3 ERP systems. BSEG stores the line items for accounting documents. Accounting documents make up the financials of your organisation. Header lines are stored in table BKPF. The link between BSEG and BKPF is made on fields MANDT...
SAP簇表(clustertable)BSEG使⽤⽅法 1、BSEG可以拆分成6张表 BSAS+BSIS+BSAK+BSIK+BSAD+BSID = BSEG 2、6张表说明 cleared(已清帐) opened(未清帐)BSAS BSIS GL documents 总账 BSAK BSIK AP documents 供应商 BSAD BSID AR documents 客户 3、表关系 BSEG主要通过“公司代码”、“凭证号”、“会计...
I can't append structure CI_COBL in Table BSEG I can't add field ZZFIELD1 to customer include CI_FAGLFLEX04, no customer fields can add. The SAP system version as below SAP_BASIS 740 SAP_APPL 617 What am I missing? Know the answer? Help others by sharing your knowledge. Answer Need...
b~lifnrASbseg_lifnr,d~name1ASlifnr_name1,a~budat,a~blart,a~sgtxtFROMacdocaASaLEFTOUTERJOINbsegASbONa~rbukrs=b~bukrsANDa~belnr=b~belnrANDa~gjahr=b~gjahrANDa~buzei=b~buzeiLEFTOUTERJOINkna1AScONb~kunnr=c~kunnrLEFTOUTERJOINlfa1ASdONb~lifnr=d~lifnrINTOCORRESPONDINGFIELDSOFTABLE@gt_data...
c) entering these fields as subsituted ones as well (you'll have to modify GB01 table for this, by setting 'Exclude' flag to blank for GVTYP and XBILK) Regards, Eli You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign...
gt_bseg TYPE STANDARD TABLE OF bseg,gt_fttax TYPE STANDARD TABLE OF fttax INITIAL SIZE 0,gt_msg TYPE TABLE OF string. " 返回的清账消息 DATA:gs_ftpost LIKE LINE OF gt_ftpost,gs_ftclear LIKE LINE OF gt_ftclear,gs_blntab LIKE LINE OF gt_blntab,gs_bkpf LIKE LINE OF gt_bkpf,gs_...