cancel
Showing results for 
Search instead for 
Did you mean: 

Add news customizing fields in FPCPL

Former Member
0 Kudos

In FPCPL we need to add news customizing fields to put data on them. We add new fields in structure DFKKCFZST.

We try to use the user-exit EXIT_SAPLFKYA_001, EXIT_SAPLFKYA_002 and EXIT_SAPLFKYA_003, but they didn't work.

After that, we try to use fqevents Event 0222 (FKK_SAMPLE_0222) but we didn't know how to use it. Is it the right way to do these changes? Someone know how to use this fqevents? or we need anoter thing?

Thanks in advance,

Regards,

Alfred

Accepted Solutions (0)

Answers (1)

Answers (1)

AmlanBanerjee
Active Contributor
0 Kudos

Alfred,

Where will the values in the new custom fields come from?

Will it be coming from the payment lot/Check lot or will it be derived based on certain informations from the lot?

I would recommend you to look at the FM, CFPS_CFC_EVENT_CF_FILL which is used to populate the table,DFKKCFZST,with DFKKZP as import structure.

This is assigned to the event CF_FILL, under the application object PLOT, which you can access thru transaction cfcao.

Now if its derived from payment lot,and doesnot require any new field in DFKKZP you can customise FM,CFPS_CFC_EVENT_CF_FILL.

or else you have to add custom fields in dfkkzp to store the data first using event 222 and then subsequently transfer them in DFKKCFZST.

Thanks,

Amlan