Hi,
For outbound Idoc status is 03 & it's received at PI,
To change the Idoc status as 12, have to run BD75 manually.
SM58 has no entries.
Is it possible to get status 12 (without BD75 external execution) with ABAP code
Hi,
I created outbound idoc with change pointers. - Change pointers are working correctly in FM (with CHANGE_POINTERS_STATUS_READ/WRITE ) getting processed, but issue is Idoc is not created - with FM ALE_IDOCS_CREATE - not found in WE05.
I am working on outbound Idoc -
After Segment creation - I have one structure, for 'CHANGE_POINTERS_READ' FM internal table do we have to create another structure with Append structure (.INCLUDE - BDCP) ?
Hi All,At the time of SPAU settings - on Dev system - One Transport Req. was got created (Repair), what is the best practise while doing SPAU settings in QA system ? 1. To transport the TR from Dev to QA? or 2. Create new TR in QA?
Hi All,I need to modify DB table from Selection Screen.i.e. If DB table - MARA is entered in Selection Screen.I want - MODIFY FROM (dynamic tab i.e. MARA) WHERE....How can I fetch DB Table name dynamically ???
Hi Raymond,
Thanks for answer - but it's not allowed at set BD75 report as background job schedule, In ABAP code I am adding CALL FUNCTION 'DEQUEUE_ALL' & COMMIT WORK still it's having 03 status
Hi Shadab,Even I try it with field symbol.But how It will work with my DB statements i.e. MODIFY or DELETE ??DELETE FROM <FS_TAB> CLIENT SPECIFIED WHERE......Is it ??? - This is giving error 'Dict. struct. <fs_tab> is not active does not exist'Can yo...
Hi Raymond,Thanks for reply.I understand the importance of std. SAP Tables, But this time, requirement is bit diff & it's interface with non-SAP then I need to work on SAP Dev.so, I am looking for dynamic option for this purpose.can you please help m...
Hi Swadhin,Yes I know Copy from Client, but it will help me to Dev & QA only.I don't have PRD Access, so what if I need to Send my script in PRD...Is it possible with TR (Transport Req.) ?
Hi Sudheer,I am finding the connected 'gateway logical system name' - like 'GWDCLNT100' etc... from ECC.Actually FM - BAPI_SRCSYSTEM_GETDETAIL is not appropriate for my requirement, as it is for BW.