‎2018 Nov 01 7:20 AM
in table control manually type one column (Zeqstop-C_Code) and next column (Zeqstop-C_text) display automatically
‎2018 Nov 01 12:30 PM
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
‎2018 Nov 02 1:27 AM
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.