Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to: export statement

Former Member
0 Likes
829

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
794

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

6 REPLIES 6
Read only

Former Member
0 Likes
795

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

Read only

0 Likes
793

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?

Read only

Former Member
0 Likes
793

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,

Read only

0 Likes
793

How can I define this logical area? Is there any convention?

Read only

Former Member
0 Likes
793

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,

Read only

Former Member
0 Likes
793

Thanks