SY04100 - Bank Master
SY02200 - Posting Print Setup Table
- ASECTMNT - Ask for destination
- --Suppress destination prompt
- update sy02200 set ASECTMNT = 0 where prtoscnt = 1
- PRNTJRNL - Print
- PRTOPRNT - Print to Printer
- --Do not print to printer
- update sy02200 set PRTOPRNT = 0 where prtoscnt = 1
- PRTOSCNT - Print to Screen
- --Set all reports to print to screen
- update sy02200 set prtoscnt = 1 where prtoscnt = 0
- PRTOFLNT - Print to File
SY02300 - Posting Setup Tables
- PTGENLED - Post to GL
- AUTPSTGL - Post Through GL
- ALTRXPST - Allow TRx Posting
- INCMCINF - Include Multicurrency
- UPSTDTFR - Posting date from: 0 - batch, 1 - trx
No comments:
Post a Comment