SAP for Oil, Gas, and Energy Discussions
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to automatically add Nomination Event Long Text?

Former Member
0 Kudos
590

We need to automatically add Nomination Event Long Text when a user creates a Nomination (O4NCN).

Have tried a BADI, OIJ_NOM_DEFAULTING, but it will not allow us to add the long text without the final Nomination Technical Key (which is assigned at "saving").

Have tried BADI OIJ_NOM_MAINTAIN, but this one doesn't seem to work (bug?).

Anyone have a solution to adding the Event Long Text automatically?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
428

Please check if you can use the BAdI OIJ_NOM_GUI method ITEM_CHANGE for this purpose.

View solution in original post

3 REPLIES 3
Read only

Former Member
0 Kudos
429

Please check if you can use the BAdI OIJ_NOM_GUI method ITEM_CHANGE for this purpose.

Read only

0 Kudos
428

BADI OIJ_NOM_GUI presents the Event Data but not the long text (very similar to OIJ_NOM_DEFAULTING.

OIJ_NOM_MAINTAIN using method DATABASE_UPDATE_PREPROCESSING looks the most promising, but it doesn't work (at our installation). I've sent a message to SAP to see if this is a bug.

Thank you for any ideas.

Read only

Former Member
0 Kudos
428

Hi Donald,

Please try this BADI .. OIJ_NOM_MAINTAIN_MULTIPLE ..

we are using this it is working fine ..

Regards

Ram