SAP HCM, messages, supress of I messages in past payrolls

Getting started ... Alles für einen gelungenen Start.
1 Beitrag • Seite 1 von 1
1 Beitrag Seite 1 von 1

SAP HCM, messages, supress of I messages in past payrolls

Beitrag von msch (ForumUser / 1 / 0 / 0 ) »
Hi!
I am new to abap and I have a 'basic' question.
I have an include where different 'I' messages are listed that will pop up according to certain action, of course.

I want that these error messages do not appear more than once. For example,
'when 'I32'
message i015(pn) with 'days exceeded' into tablex.
when 'I33'
message i015(pn) with 'holidays' into tablex.'....

The messages are in the payroll area of SAP.
When a worker do a correction in past payrolls a message appears. But in the further corrections, I would like to supress it.

It is possible to use the SELECT single APLID
FROM TCMF6
INTO @DATA(ld_aplid).



DATA(ld_arbgb) = some text here


DATA(ld_msgnr) = some text here
CM_F_SUPPRESS_MESSAGE'
EXPORTING
aplid = ld_aplid
arbgb = ld_arbgb
msgnr = ld_msgnr
EXCEPTIONS
NOT_ACTIVE = 1

Can someone help?
Thanks
michael

gesponsert
Stellenangebote auf ABAPforum.com schalten
kostenfrei für Ausbildungsberufe und Werksstudenten


Seite 1 von 1

Vergleichbare Themen

4
Antw.
2109
Views
FB zur Anzeige von Messages in Listen
von gast » 30.11.2005 12:39 • Verfasst in ABAP® Core
3
Antw.
3878
Views
Submit Messages unterdrücken
von ABAP-Azubi » 19.09.2014 09:37 • Verfasst in ABAP® für Anfänger
6
Antw.
3608
Views
starting in new task - messages
von foxtrot » 11.10.2017 08:47 • Verfasst in ABAP® Core
0
Antw.
1057
Views
1
Antw.
223
Views
How to Handle Error Messages in ABAP Forms?
von sslmith » 26.11.2024 19:39 • Verfasst in SAP Cloud Platform

Über diesen Beitrag

msch
Unterstütze die Community und teile den Beitrag für mehr Leser und Austausch

Newsletter Anmeldung

Keine Beiträge verpassen! Wöchentlich versenden wir lesenwerte Beiträge aus unserer Community.
Die letzte Ausgabe findest du hier.
Details zum Versandverfahren und zu Ihren Widerrufsmöglichkeiten findest du in unserer Datenschutzerklärung.