can any body tell what is idoc archieving and how to do that
Answer Posted / shaheen
IDocs are archived in several tables in the database. To
limit the size (and thus the access times) of these tables,
that is to reduce the load on the database without losing
any IDocs, they can also be stored in archives at the
operating system level. These archives can then be moved to
external storage media, for example optical disks (using
ArchiveLink) or magnetic tapes.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
stock transfer from one plant to another plant ? i want the total description.
how to modify the standard method as per your requirement
What is client in the sap system? : sap abap hr
what is the t-code to link technical and functional operation?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
Why do we use logical blocks in abap program?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
What is meant by search help? : sap abap data dictionary
What is the use of table control in bdc is it same in module pool table control? : abap bdc
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
How do you use structures in the abap programs?
How do you document abap/4 programs? Do you use program documentation menu option?
How to split one Invoice into Multiple ( Step by Step)?
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
What are the prerequisites for creating foreign key relationship?