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 output fields to CN43N

Former Member
2,516

Hello All,

I have three fields needed to add in output of the transaction CN43N (STORT, ISIZE, IZWEK), i have added these three in the structure PRPSR (include CI_PSMERK), now i have all the three fields in the output when i check the layout in CN43N.

As per the SAP note 49493, the next step to fill the data is to use the enhancement point in program RCNSOFST for the structre PRPSR in the subroutine GET_PRPS_STRUC G_PRPS, but i dont see any data is filled nor stopping in this program in debugging.

Can any of you help me out in how to fill up the data.

Thanks in Advance !!!

Rajesh.M

Hello All,

I have three fields needed to add in output of the transaction CN43N (STORT, ISIZE, IZWEK), i have added these three in the structure PRPSR (include CI_PSMERK), now i have all the three fields in the output when i check the layout in CN43N.

As per the SAP note 49493, the next step to fill the data is to use the enhancement point in program RCNSOFST for the structre PRPSR in the subroutine GET_PRPS_STRUC G_PRPS, but i dont see any data is filled nor stopping in this program in debugging.

Can any of you help me out in how to fill up the data.

Thanks in Advance !!!

Rajesh.M

4 REPLIES 4
Read only

Former Member
0 Likes
1,593

As far as I can see in note 43493, RCNSOFST program is applicable for versions prior to 4.0a.What is your version?

If you have a Release prior to 4.0A, you must carry out other modifications.

a) Call the editor for file RCNSOFST and make a change in the FORM routine that transfers data from the field string of the individual overview to the field string of the structure overview. Below is a list of the structures and the respective FORM routines and the field strings used:

Read only

0 Likes
1,593

Thanks Kris for your reply, presently we are using ECC 6. and i need to add the three columns to the output as specified earlier.

Yhank You,

Rajesh

Read only

0 Likes
1,593

Can anyone help me with the above issue...

Thanks

Rajesh

Read only

Former Member
0 Likes
1,593

Hi Rajesh

Did you find a solution for this as I have the same requirement to get Investment reason onto CN43N. When you put the field into the PRPSR structure, did you just add IZWEK to CI_PRPS.

Did you create entries in table TMC73 in table PRPSR? You can use se16 to add the entries.

Please let me know

Regards

Leonard