‎2008 Nov 07 10:52 AM
Hi experts,
could you tell me how export statement is working?
I have an example: export body to database scapptindx(sc) id body_id.
what does (sc) means and how can I create it, and what is the id, where can I create this id?
‎2008 Nov 07 10:56 AM
Hi,
Please see the sap help
<<cut and paste of SAP Help removed by moderator. Poster should be encouraged to look for himself>>
REgards,
Nandha
Edited by: Matt on Nov 7, 2008 12:06 PM
‎2008 Nov 07 10:56 AM
Hi,
Please see the sap help
<<cut and paste of SAP Help removed by moderator. Poster should be encouraged to look for himself>>
REgards,
Nandha
Edited by: Matt on Nov 7, 2008 12:06 PM
‎2008 Nov 07 11:05 AM
The database table dbtab is divided into various logically-related sections (ar, two-character name).
But how do I know what logically-related sections existing?
‎2008 Nov 07 11:12 AM
Hi,
Logically related areas, are which where the exported data will be , it is always two characters, while exporting if u want to store the data cluster in new area.. go ahead .. one thing is that.. when ur importing the data from the db .. you need to give the same relation id , so that the data u exported.. will be retrieved.
Regards,
‎2008 Nov 07 11:14 AM
‎2008 Nov 07 11:19 AM
No convension or rules , as i have used it.. just giv a 2 character and do the export. Then u can see it in the db ... Do have the specified db structure.. since it is must.. That is the only rule.
Regards,
‎2008 Nov 07 11:34 AM