SXBP_TEST_RECIPIENT SAP Report - Create Job with Spool List Recipients Using XBP Interface SXBP_TEST_RECIPIENT is a standard ABAP report available within your SAP system (depending on your version and release level). Below is the standard documentation available for this report and a few details of other objects it interacts with such as tables, function modules, includes etc. If you would like to see the full code listing simply enter SXBP_TEST_RECIPIENT into the relevant SAP transaction such as SE38 or SE80 SAP Documentation for program SXBP_TEST_RECIPIENT Transaction Code:N/APURPOSE This program allows you to test the scheduling and starting of a job with spool list recipients using the XBP interface. FEATURES The report has the following input parameters: B - SAP user name P - Personal distribution list C - General distribution list F - Fax number U - Internet address SPACE = Copy system defaults A = Always confirm send status E = Only confirm send status in event of error N = Never confirm send status SPACE = Copy system defaults A = Always send status mail E = Only send status mail in event of error N = Do not send status mail The program has no input helps for a reason, that is, to allow incorrect entries for test purposes. Documentation extract taken from SAP system, Copyright (c) SAP AG
Includes used within report:
INCLUDE SXMI_TESTPOOL. Tables used within report and the associated select statement:No SAP database TABLES are accessed within this report code! Function Modules used within report and the associated call statement:No SAP FUNCTION MODULES are executed within this report code! Text pool valuesSelection Text: BLIND = Blind Copy Selection Text: COPY = Copy Selection Text: DELI = Confirm Send Status Selection Text: EXPRESS = Express Selection Text: NO_COPY = No Copy Selection Text: NO_F = No Forwarding Selection Text: NO_PR = Printing Not Allowed Selection Text: RECIP1 = Recipient Selection Text: RFC_DEST = RFC Destination Selection Text: STATMAIL = Status Mail Selection Text: TYPE = Recipient Category Title: Create Job with Spool List Recipients Using XBP Interface |
|||||||||
Terms of Service     Contact Us     Privacy Policy     Useful SAP related sites