cancel
Showing results for 
Search instead for 
Did you mean: 

Required logic for my core modification

Former Member
0 Kudos

Hi ,

In my requirement i did a core modification for ME84 t-code.

Insight perform update i wriiten the line in BOLD letters i marked.Now it works for to stop the entire output for an SA-release when "at least one item" is stopped.But now they are telling to add the logic this should be changed as follows - stop output ONLY when "all items" for the given SA-release are stopped.

Please guide me what changes i will do now??Requires your support

READ TABLE xekek TRANSPORTING NO FIELDS WITH KEY stpin = 1.

if sy-subrc ne 0.*EOC PCR#PO9-0488-006

*} INSERT

- Nachrichten verbuchen -


CALL FUNCTION 'RV_MESSAGES_UPDATE'

EXPORTING

MSG_KAPPL = 'EL'

*{ REPLACE KA5K039971 3

*\ MSG_NO_UPDATE_TASK = 'X'.

  • perf/para auto3.0af

MSG_NO_UPDATE_TASK = 'X'.

*{ INSERT C46K900047 1

endif. "PCR#P09-0488-006

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You have posted this question in wrong category... post it in ABAP General section... then probably you will get some help.

Answers (1)

Answers (1)

ThomasZloch
Active Contributor
0 Kudos

I'd rather put it into "enhancements & modifications", also please use a more meaningful subject line when you post again.

Thomas