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

Adding New feild KTEXT in Tcode koc4

Former Member
0 Likes
463

Hi,

I have to add a new feild (Ktext) in the output of T-code of Koc4.

1 REPLY 1
Read only

Former Member
0 Likes
387

Hi,

Check the BADI <b>DATA_EXTENSION_RW</b> and method <b>ADD_FIELDCAT.</b>

1. goto SE19 for the badi implementatiom.

2. enter the badi name DATA_EXTENSION_RW

3. clik create and enter short discription.

4. click on interface tab and double click on th method ADD_FIELDCAT

5.now add your logig to add the field KTEXT to the Field catalog between method and end method

6. Save , check and activate the code.

thanks and regards,

Pavankumar