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

in table control manually type one column c_code and next column C_text) display automatically

Former Member
0 Likes
640

in table control manually type one column (Zeqstop-C_Code) and next column (Zeqstop-C_text) display automatically

2 REPLIES 2
Read only

maheshpalavalli
Active Contributor
0 Likes
570

Hi Suresh,

I can see the below question of yours, it is same as this question and I think the answer has already been provided.

https://answers.sap.com/questions/673958/display-default-value-in-table-control-based-on-an.html

Best Regards,
Mahesh

Read only

DoanManhQuynh
Active Contributor
0 Likes
570

First get current selected row ( using fm DYNP_GET_STEPL, or statement GET CURRENT CURSOR), then past both your field into parameter DYNPFLD_MAPPING of fm F4IF_INT_TABLE_VALUE_REQUEST then you also can update those field using fm DYNP_VALUES_UPDATE. give it a try.