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

Required table name

Former Member
0 Likes
720

Hi,

I need to create a TerritoryMapping file

Here are the columns that have to be stored in that file:

- CustomerId : the id of the customer;

- CSCAgentId : the id of the CSC agent;

- CSCAgentName : the name of the CSC agent;

- TelesalesAgentId : the id of the Telesales agent;

- TelesalesAgentName : the name of the Telesales agent;

- SubSubregionName : the name of the SubSubRegion;

The data is coming from table.

I am not sure which table I have to use. Please help with hints.

Regards,

Vinitha

6 REPLIES 6
Read only

Former Member
0 Likes
687

SE11, populate data type with fieldname/data element name, press where used.

Read only

Former Member
0 Likes
687

Not sure, exactly got your question. I think first point of contact would be the person, who gave you this requirement, ask him/her from what table they need this info from. Do you have Functional person there ?

Regards

Read only

Former Member
0 Likes
687

Hi Vinraaj,

You can utilize Transaction SE15,to find out the table names or field names by giving the Description in the search list.

But, as suggested by others, its always good to consult the person who has prepared or is dealing with the requirement.

Asha

Read only

Former Member
0 Likes
687

If you are fetching data from a single table then create an internal table with the same type

Or if you are fetching data from multiple tables then create an internal table with the fields required to download and populate it.

Read only

nishant_krishen3
Explorer
0 Likes
687

hi

plz open SE84 and select table field options then write fieldname in the field name option then select multiple options then in multiple selection box u will get a option IMPORT FROM TEXT FILES , select this and copy the name from text file then execute . if there is a table in which all these fields are then it will display the table name if not then u will have to create your own table with all ur required fields.

Read only

Former Member
0 Likes
687

closed