‎2007 Feb 11 10:45 AM
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?
‎2007 Feb 11 2:33 PM
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
‎2007 Mar 01 7:27 AM