2011 Apr 14 12:11 PM
Hi Experts,
I am using FM : ISU_BILL_INVOICE_PRINT_ACC to generate Print Document in one of my Program with the following Criteria :
EXPORTING
X_ABRDATS = SCH_DATE
X_FIKEY = akt_fikey
X_VKONT = VKONTO
X_BLDAT = sy-datum
X_BUDAT = sy-datum
X_SIMULATION = ' '
X_NOJOINCHECK = ' '
X_PROCLEVEL = '4'
X_NODIALOG = 'X'
X_NO_INVOICE = ' '
IMPORTING
Y_BILLED = V_BILL
Y_INVOICED = Y_INV
Y_PRINTED = Y_PRNT
Y_OPBEL = Y_OPBEL
TABLES
XT_EVER = Y_EVER.
But at the end of the Execution i am getting " Print Paramet "Screen saying as :
Form Selection
Form Class "ISU_BI_NORMAL"
Application Form " ZISU_BI_NORMAL_BILL"
Print Parameters
Transm Method RMAIL
RDi X
OutPUT Device LOCL
Archiving Mode 1
Now my requirment is to Block or Supress the Screen.Can anybody give me some suggestion on this????
Thanks & Regards,
Radharaman Haldar
2011 Apr 15 1:41 PM
HI
X_PROCELEVEL should be 3 if you want to generate the invoice and print it and 2 if you just want to create the print document.
If X_PROCLEVEL is 4 then the system will create the print document, print it and display it on the screen.
Regards,
Daniel Toba
2011 Apr 15 1:41 PM
HI
X_PROCELEVEL should be 3 if you want to generate the invoice and print it and 2 if you just want to create the print document.
If X_PROCLEVEL is 4 then the system will create the print document, print it and display it on the screen.
Regards,
Daniel Toba
2011 Apr 16 5:35 AM
Hi,
I have tested with X_PROCELEVEL = 3.Still Print Display Opo Up screen is Comming.Is there any work around.Plsae Guide .
Thanks & Regards,
Radharaman Haldar