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

filed is set to initial automatically

Former Member
0 Likes
552

hi,

when i try to create a table with 4 fileds with MANDT KUNNR as the key fields, the are automatically set to initial values...but when i generate the table maintainence generator and try to maintain the table , i could maintain values for KUNNR ..but i cant maintain values for MANDT...this is happening in the development system..can anyone help me in resolving the problem...based on this table i need to write a program which selects KUNNRs for a client and execute the statments...thank you..

challa

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
521

Hi

when ever you creat a table with the MANDT as the cleint and if you specify thats Data Element as MANDT , it will take that current client values

suppose now you doing it in 800 client

when ever you give values in sm30 reamining 3 fields it will save MANDT field as 800

when ever you execute that table it will give you all the MANDT value as the 800 and remaining values

reward if usefull

2 REPLIES 2
Read only

Former Member
0 Likes
521

Hi,

When you create an entry into a table, there is no need to mention the MANDT value, system will take this field automatically with the current client name

Regards

Sudheer

Read only

Former Member
0 Likes
522

Hi

when ever you creat a table with the MANDT as the cleint and if you specify thats Data Element as MANDT , it will take that current client values

suppose now you doing it in 800 client

when ever you give values in sm30 reamining 3 fields it will save MANDT field as 800

when ever you execute that table it will give you all the MANDT value as the 800 and remaining values

reward if usefull