5.1.11

SAP Note 17100 - RM06BFE0 does not select by requisitioner

Symptom:

Report RM06BFE0 (release reminder for purchase requisitions) does not select by parameter "Requisitioner".

Cause and prerequisites

The corresponding query for the parameter is missing in the program.

Solution
See the correction numbers listed in this note.
Advance correction possible:

Program RM06BFE0, FORM BAN_AUFBAUEN:

*------- Check Select-Options ----------------------------
CHECK S_WERKS.
CHECK S_BSART.
CHECK EBAN-PSTYP IN R_PSTYP.
CHECK S_KNTTP.
CHECK S_LFDAT.
CHECK S_FRGDT.
CHECK S_DISPO.
IF P_AFNAM NE SPACE. <--- new
CHECK EBAN-AFNAM = P_AFNAM. <--- new
ENDIF. <--- nEW

No comments:

Post a Comment