how can I get the cost center, profit center? I am from RSEG and RBKP tables is there any other way to get those, i can't use vbseg tables cause the doc no. are stored in rseg and rbkp since i created the document using MIR7. please help. thanks
相关问题
- Generate WSDL web-service objects in SAP
- How to programmatically tell if system is R/3 or S
- replace parameter name show on screen?
- Get table field description programmatically
- After message type e, program doesn't return t
相关文章
- JCO IDOC Server for multiple destinations
- SAP DI Server - How to issue first request?
- Parsing SAP IDOC files
- How to connect to a SAP System using sapjco3 and E
- Different ways to call methods in ABAP
- Export data from SAP to SQL Server [closed]
- sap abap alv report fill gap between documents
- How to prevent OData service call on model change
Firstly you should find accounting document number from invoice number (RBKP-BELNR). You can do this by two ways:
BELNR
andGJAHR
and link this with BKPF-AWKEY.After finding that BKPF number take it along with full key and go to
BSEG
. You will find cost center there (KOSTL
field).Profit centers can be found by cost centers from
CSKS
link-table.