‎2008 Apr 01 9:15 AM
Hi Expert!
I want to fill DATA in field KONST in table t511k, how i can add this . plz help me .
‎2008 Apr 01 9:16 AM
Hi,
Use UPDATE statement for filling the data.
Regards
Sourabh
‎2008 Apr 01 9:16 AM
Hi,
Use UPDATE statement for filling the data.
Regards
Sourabh
‎2008 Apr 01 10:28 AM
‎2008 Apr 01 10:34 AM
thanks for ur reply . but when i am modifying table t511k , its showing message error " the maintenance dialog for t511k is incomplete or not defined . plz help me in solving this .
‎2008 Apr 01 10:45 AM
T511K is a Configuration Table.
The Values as a result of Configuration will hit this table.
Ownership of maintaining data in T511K should not fall on the responsiblity of an ABAPer
If you have ALL the relevant data to populate, then you need to update through
V_T511K Payroll Parameters
V_T511K_A HR-BE: Payroll constants for Tax calculation
V_T511K_B HR-BE: Payroll constants for Social Insurance
V_T511K_C HR-CH: PF: Payroll accounting parameters
V_T511K_D HR-BE: Payroll constants for Belcotax declaration
V_T511K_GB HR-GB: Statutory Payroll Constants (not modifiable)
V_T511K_M Payroll Parameters for Minimum Wages
But it is highly advisable to do it through Config steps
Reward Points as this will help you
‎2008 Apr 01 10:47 AM
Hi
If u want just want to add entry in Table T511k ,then u can use sm30 , v_t511k,there u can add entry , no need to modify table.
‎2008 Apr 05 5:13 AM
THANKS A LOT FOR YOUR REPLY
I have directly updated table t511k , plz tell me the configuration parts related to it or tables dependent on it .
‎2008 Apr 05 10:48 AM
Hi ,
If you are not changing the primary key, just select the values from the table T511K into a internal table which is having the same structure as T511K. Just change the value and update the database form internal table.
regards
Sourabh
‎2008 Apr 01 9:21 AM
Hi,
Simple thing is goto the transaction code SM30.
and maintain the values in the view V_T511K.
Note: You should have an authorization for a tcode SM30.