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

T511K

Former Member
0 Likes
1,781

Hi Expert!

I want to fill DATA in field KONST in table t511k, how i can add this . plz help me .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,679

Hi,

Use UPDATE statement for filling the data.

Regards

Sourabh

8 REPLIES 8
Read only

Former Member
0 Likes
1,680

Hi,

Use UPDATE statement for filling the data.

Regards

Sourabh

Read only

0 Likes
1,679

plz explain me detail.

Read only

0 Likes
1,679

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 .

Read only

0 Likes
1,679

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

Read only

0 Likes
1,679

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.

Read only

0 Likes
1,679

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 .

Read only

0 Likes
1,679

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

Read only

Former Member
0 Likes
1,679

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.