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

Parameter table

Former Member
0 Likes
468

Hi Experts,

I got an object and in Technical Design they ask me to do this

*******************************************

Create an ALOGIS Table (parameter table) with

Key-Typ : /BMW/ATL_TW_I396S_KEYSEG

Data-Typ : /BMW/ATL_TW_I396S_DATASEG

Key-Seg : LIFNR

Data-Seg : MTPOS (item category) , BWKEY( Valuation Area), BWTAR(valuation type), File(/tmp/).

****************************************************

my question is wht is parameter table and why they ask me to create a Key-Typ, Data-Typ, Key_seg and Dat-Seg?

2 REPLIES 2
Read only

Clemenss
Active Contributor
0 Likes
390

Hi Abdul,

probably they want a database table with key fields a specified, the name could be /BMW/ALOGIS (?).

You may have to specify one structure for the key fields with name /BMW/ATL_TW_I396S_KEYSEG and component MANDT and LIFNR and a second structure for the data fields with name /BMW/ATL_TW_I396S_DATASEG and fields MTPOS, BWKEY and BWTAR.

In this table they want to store supplier-specific data. That means the task will include to create a maintenance view for use with SM30.

The table will be type customizing. Aks how many suppliers are to be stored (for table size).

The best you can do is ask colleagues who are on that BMW project for some time...

Regards,

Clemens

Read only

Former Member
0 Likes
390

thnaks