Report RM06BFE0 (release reminder for purchase requisitions) does not select by parameter "Requisitioner".
Cause and prerequisitesThe corresponding query for the parameter is missing in the program.
SolutionSee 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