cancel
Showing results for 
Search instead for 
Did you mean: 

BTE for mailing dunning notices & spool generation

himayan_das2
Explorer
0 Kudos

Dear Experts,

I have been using a function module FI_OPT_ARCHIVE_DUNNING_NOTICE and event 00001040 for emailing dunning notices.

Emailing part is working perfectly fine , but alongside that the client needs to maintain a copy of the spool with them.

Problem is that spool is not being generated.

Kindly guide me if I am missing any parameter in the above FM to generate a spool.

Thanks in advance..responses will ensure valuable points...

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member210123
Active Participant
0 Kudos

check whether ur filling this structure. I_T047E. which is of type T047E.

himayan_das2
Explorer
0 Kudos

Thanks a lot..Bharath..

lemme try it..I guess it should work..

can U please guide..how it should be filled..I mean what parameter to be used & how??

Edited by: Himayan Das on Mar 28, 2008 10:45 AM

himayan_das2
Explorer
0 Kudos

Can anybdy please throw some light regarding this FM :

Want a parameter which will trigger spool genration alongside mail.

CALL FUNCTION 'GET_PRINT_PARAMETERS'

EXPORTING

  • ARCHIVE_ID = C_CHAR_UNKNOWN

ARCHIVE_INFO = '000'

ARCHIVE_MODE = C_ITCPO-TDARMOD

ARCHIVE_TEXT = 'Dunning'

AR_OBJECT = TOA_DARA-AR_OBJECT

  • ARCHIVE_REPORT = C_CHAR_UNKNOWN

  • AUTHORITY = C_CHAR_UNKNOWN

  • COPIES = C_NUM3_UNKNOWN

  • COVER_PAGE = C_CHAR_UNKNOWN

  • DATA_SET = C_CHAR_UNKNOWN

  • DEPARTMENT = C_CHAR_UNKNOWN

  • destination = C_CHAR_UNKNOWN

  • expiration = 0

IMMEDIATELY = C_ITCPO-TDIMMED

  • IN_ARCHIVE_PARAMETERS = ' '

  • IN_PARAMETERS = ' '

  • LAYOUT = C_CHAR_UNKNOWN

  • LINE_COUNT = C_INT_UNKNOWN

  • LINE_SIZE = C_INT_UNKNOWN

  • list_name = ' '

  • list_text = ' '

  • mode = ' '

NEW_LIST_ID = C_ITCPO-TDNEWID

NO_DIALOG = 'X'

RECEIVER = SY-UNAME

  • RELEASE = C_CHAR_UNKNOWN

  • REPORT = C_CHAR_UNKNOWN

  • SAP_COVER_PAGE = C_CHAR_UNKNOWN

SAP_OBJECT = TOA_DARA-SAP_OBJECT

  • TYPE = C_CHAR_UNKNOWN

IMPORTING

OUT_ARCHIVE_PARAMETERS = A_PARAMETERS

OUT_PARAMETERS = P_PARAMETERS

VALID = VALID

EXCEPTIONS

ARCHIVE_INFO_NOT_FOUND = 1

INVALID_PRINT_PARAMS = 2

INVALID_ARCHIVE_PARAMS = 3

OTHERS = 4.