
Vendor Number from BSEG - SAP Community
i have a req to retrieve the vendor no from bseg table. based on sel screen ebeln and lifnr. but in table i'm seeing values. for vendor item account type koart = K, ebeln is null for other item account type koart = s, lifnr is null. how to solve? req is to get po based doc and no po based doc from table. bkpf bseg bset ekko ekpo.
BSEG - SAP Community
Hi Guys, We have the tables BSEG , BSIS , BSAS. What entries get stored in BSEG table. Do all accouting entries get posted. whats the logic. srik.
Quering BSEG table Through ABAP - SAP Community
I need to retrive this belnr,gjhar,dmbtr,sgtxt from BSEG table i am passing ebeln,ebelp,burks & umskz, it is taking lot of time to retrive the data. is there any alternative for this ? SELECT belnr gjahr dmbtr sgtxt FROM bseg INTO TABLE it_dpno WHERE ebeln = wa_ekpo-ebeln AND ebelp = wa_ekpo-ebelp and bukrs = wa_ekpo-bukrs AND umskz = 'F'.
Trying to understand relationship between BSEG and BSID - SAP …
Would it be correct to assume that BSID has the same granularity as table BSEG though? What I mean is, BSEG's primary key is basically Company Code, Document Number, Fiscal Year, Line Item. But BSID's contains a vast number of primary keys including clearing date, transaction type, and special G/L indicator.
SAP Data Archiving
Dear Team, I want to do table archiving for few tables in SAP, like BSEG, MSEG, What are the steps required to archive? Can anybody explain me the pre and post procedure for archiving. Regards, Bojja.
Adding fields to BSEG | SAP Community
fields to BSEG and want to know what all is involved in this. task and what kind of risk we may run into and any insights and. thoughts on whether it is advisable or not.Also,is it possile to bring in these additional fields onto vendor line item postings?Also,what kind of testing we need to do to make sure that we don't run into problems later ...
How to Link Bseg Rseg RBKP | SAP Community
But i am getting problem how to link these two tables with BSEG. where RSEG OR RBKP-BELNR NOT EQ BSEG_BELNR. I tried some document from SDN i have not got the solution Pls Help. Example. Header of RSEG is RBKP. Header of BSEG is BKPF. concatenate RBKP-BELNR ans RBKP-GJAHR. Put that in BKPF-AWKEY. BSEG-BELNR =1500000003. RSEG …
SAP BASIS and ABAP :: How to create index in standard table
I have to create a index in a standard table BSEG , but in this table the index option . is disabled , how can I make it visible and how can I create Index . Kindly tell me the procedure. Regards, Rihan. SAP-abaper. Moderator message: FAQ, please do more research before posting. Message was edited by: Thomas Zloch
A substitution rule for the field BSEG-FDLEV (planning level).
I've created a substitution rule for the field BSEG-FDLEV (planning level). The prerequisite is: BKPF-BLART = 'IN' AND BSEG-KOART = 'K' The substitution is: planning level: constant valu= D1. The rule doesn't work (I've tested t.code F-02 and FB60). Could anyone help me? Thanks. G.
Validation BSEG-HKONT :0-1: = '7' - SAP Community
2011年7月13日 · BSEG-PRCTR :4-4: = 'XXZZ' And the check is: BSEG-HKONT :0-1: = '7' The funny thing is that the prerequisite work. It checks the profit centre and only continues if the fifth 5 character and the following 3 are equal to u201CXXZZu201D. But the check fails, no matter if first character is u20187u2019 or u20184u2019. Any suggestions? /René