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

Screen Exit - CS01 Tcode

Former Member
0 Likes
752

Dear Friends,

I performed CS01 Screen Exit. I need to add customer specific fields to BOM header level, For this I have added two fields to BOM header record table i.e. STKO, then create a sub screen to hold these two fields and write the corresponding logic in the Functional exits provided. And when I have written respective code in Include program ZXCSAU04. And here I got the error when i am activating i.e. CSCI_STKO must be flat structure. So what i have to perform.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
671

Hi

Can u post your code?

Max

3 REPLIES 3
Read only

Former Member
0 Likes
672

Hi

Can u post your code?

Max

Read only

0 Likes
671

tables : stko.

stko-zzland1 = userdata-land1.

stko-zzvendor = userdata-zzvendor.

Read only

0 Likes
671

Hi,

I hope you ahve added the new fields in the structure 'CI_STKO'. If not check that and add the new fields to this structure only.

Regards,

Himanshu Verma