
No Centry in CDHDR when Cost Center is created via Idoc
Hi All, Whenever a cost center is created via an Idoc the corresponding entry is not maintained in CDHDR table. Whereas if I use Tcode ks01 to create Cost Center (ie via screen) then there is …
all deleted order no's in VBAK not updating in tables CDHDR/CDPOS
The report is working fine and properly deleting from VBAK table and updating in CDHDR and CDPOS tables. when it went to the client for testing they have tested the program by taking a …
function module using CDHDR and CDPOS | SAP Community
Hi, I am writing the FM using CDHDR and CDPOS for the table VBPA. some how im not getting the data. if anybody has code can you share with me. Thanks, GK
Restore of PRD to QAS using homogeneous system copy
Hi All, My current production system is SAP 4.7 Enterprise Ext 110 with 6.40 kernel on Oracle 10.2.0.2. Operating sytem is RHEL 4.0 . I am building my QAS system using these installation …
Maintain Change Pointer for Customer Master? (change in Master …
May 20, 2014 · i want to capture change in master data .whenever a change happen to required field in customer master an idoc should be create for that and the entry should e made in table …
selection screen field value capturing | SAP Community
READ TABLE it_cdhdr INDEX 1. SELECT SINGLE * FROM cdpos WHERE changenr EQ it_cdhdr-changenr AND fname EQ 'EFFWR' AND objectclas EQ 'EINKBELEG' AND objectid …
Change order configuration via BAPI_SALESORDER_CHANGE
Hi Gurus I've made a report to change a text characteristic of a sales order. to do this, i use BAPI_SALESORDER_CHANGE but it's not working so well. I try to explain better the issue: If …
help me - SAP Community
select single CHANGENR UDATE UTIME from cdhdr into (ipos-CHANGENR1 , ipos-UDATE , ipos-UTIME)
Change Document Query - SAP Community
After the generation, FM Write_Document is generated. I have also marked the checkbox "Log data changes" inTechnical Settings and “Change Document" for all custom tables where …
Performance improvement | SAP Community
Feb 5, 2022 · SELECT objectclas objectid changenr tabname tabkey fname chngind text_case INTO TABLE i_cdpos FROM cdpos FOR ALL ENTRIES IN i_cdhdr WHERE objectclas EQ …