HI all. we are trying to figure out how to use PMW instead of RFFOUS_C program to print checks.
I am trying to convert our sapscript checks to PDF but have some issues with the mappings
the PDF interface doesn't use REGUH, REGUD , etc.. but FPAYH and FPAYHX..
I am able map some of the fields from REGUD to FPAYH* but a lot of them are missing also.
ex)
REGUD-ZAHLT(Number of Payment Transfer Media with Protective Asterisks)
REGUD--AVISH(Number of Payment Advice Notes with Asterisk Protection)
REGUD-STAPF(check lot from)
REGUD-STAPF(check lot to)
REGUD-SUMME(Output Field for the Total with Protective Asterisks)
These fields are not part of the new FPAYH and FPAYHX and i am not sure how to retrive them.
any ideas?
I seem that these fields are getting computed/coded in RFFOR* programs.. so do i have to mimic the logic from these programs and just add it to FI_PAYMEDIUM_CHECK_06? or is there a simpler way to pass this from REGUD to FPAYH or FPAYHX?