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

Extracting Tool

Former Member
0 Likes
1,457

Hi,

We are creating a Tool in which we are using some ztable types, we are planning to use this tool in our clients server, do we have any option like when we execute something it should automatically create all the ztable types in the clients system.

Thanks.

15 REPLIES 15
Read only

Former Member
0 Likes
1,428

Any Inputs ?

Read only

Former Member
0 Likes
1,428

Hi Varun

Can you explain in detail about your requirement .

Neha

Read only

0 Likes
1,428

Hi,

We have designed a tool in which we had to use some z table types, we are planning to use this tool in our clients place for some presentation, since we need to give this presentation to some of our clients creating same z table type would be big job, so we are planning to create a executable file which when downloaded or executed it should create all the z table types in the clients system.

Can we create this ?

Thanks and Regards,

varun

Read only

0 Likes
1,428

Hi

looking at your requirement Amit`s answer is best option for you .

Well what is the need to create Ztables from tool when SAP has already given you se11.

Well since you are using these tables for presentation or some kind of demo ,I think you should rather create them using se11 .

Check this link for BDC of SE11 .

Neha

Read only

0 Likes
1,428

>

> Check this link for BDC of SE11 .

>

>

....and from Above thread again he/she will get answer from me

Read only

0 Likes
1,428

We are not creating any ztables but we are creating ztable types, the functionality of our tool is completly different it is just using table types in the Function Modules we have created.

Read only

0 Likes
1,428

Ztable types can be created from SE11.

How you suppose to create if you had only one?

Read only

0 Likes
1,428

Yes, we create it using se11 only, ok I wil try to create a bdc for se11 table types, but i am looking to create a executable file or some thing like that, which when executed should first check for the name space then create all the function modules, ztable types and also a program, in the customer system, then when I execute the program I will get the result which I will use for my presentation.

Read only

0 Likes
1,428

Go ahead with BDC no issues.

System will automatically Take care of Name spaces.if you give other than Z/Y you will get error messages in Log file of Batch input.

Read only

0 Likes
1,428

We are having about 15 to 16 Function Modules in this tool, which should also automatically be uploaded, is there any way to do this automatically?

Thanks and Regards,

Varun

Read only

0 Likes
1,428

What objects are getting update thru FM while creating Table types?

Read only

0 Likes
1,428

Nothing will be updated to the data base, we will just use the tool to analyze the clients system for example no of custom objects developed, no of standard objects modified etc. Moreover we will run this tool in different versions of SAP so, we might get some problems with screen numbers and sequence so we cannot use BDC's.

Read only

0 Likes
1,428

Now you are going far from your very first post.

do we have any option like when we execute something it should automatically create all the ztable types in the clients system.

Till yet we all of us suggesting you accordingly to your first post and now you are saying that

we will just use the tool to analyze the clients system for example no of custom objects

Strange!

This is why Mentioned in rules that:Please provide enough information and Be clear with your Problem first for getting Quality responses.

Final response:Use TRDIR and MODACT tables for getting custom program custom FM and Modifications respectively in your SAP system.

Use Z* to fetch custom entries.

Read only

0 Likes
1,428

Sorry Boss for confusing you. Thanks for qucik reponses.

Edited by: varun kadapa on Dec 8, 2008 6:26 AM

Edited by: varun kadapa on Dec 8, 2008 6:26 AM

Edited by: varun kadapa on Dec 8, 2008 6:27 AM

Read only

Former Member
0 Likes
1,428

Writing a BDC for SE11 might be quite handy tool.