SAP Reports / Programs | Administration | Administration | Administration(IS-HER-CM-AD) SAP IS

FFTEST_PIQAGRCDC SAP ABAP INCLUDE - Include for Transport into Target Archive








FFTEST_PIQAGRCDC is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Check out the submitted Comments related to this SAP report or see any standard documentation available. Also check out the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. If you would like to execute this report or see the full code listing simply enter FFTEST_PIQAGRCDC into the relevant SAP transactions such as SE38 or SE80

ABAP code to call this SAP report using the submit statement

SUBMIT FFTEST_PIQAGRCDC. "Basic submit

SUBMIT FFTEST_PIQAGRCDC AND RETURN. "Return to original report after report execution complete

SUBMIT FFTEST_PIQAGRCDC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user

See more syntax options for the ABAP SUBMIT statement

Contribute (Add Comments)
Below is the basic information available for SAP report FFTEST_PIQAGRCDC and is provided for your convenience to access as and when required. Although the basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FFTEST_PIQAGRCDC or its description.

INCLUDES used within this REPORT:

No INCLUDES are used within this REPORT code!


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:

PIQAGR_WRITE_DOCUMENT CALL FUNCTION 'PIQAGR_WRITE_DOCUMENT' EXPORTING OBJECTID = OBJECTID TCODE = TCODE UTIME = UTIME UDATE = UDATE USERNAME = USERNAME PLANNED_CHANGE_NUMBER = PLANNED_CHANGE_NUMBER OBJECT_CHANGE_INDICATOR = CDOC_UPD_OBJECT PLANNED_OR_REAL_CHANGES = CDOC_PLANNED_OR_REAL NO_CHANGE_POINTERS = CDOC_NO_CHANGE_POINTERS * workarea_old of PIQDBAGR_ADDATTR O_PIQDBAGR_ADDATTR = *PIQDBAGR_ADDATTR * workarea_new of PIQDBAGR_ADDATTR N_PIQDBAGR_ADDATTR = PIQDBAGR_ADDATTR * updateflag of PIQDBAGR_ADDATTR UPD_PIQDBAGR_ADDATTR = UPD_PIQDBAGR_ADDATTR * workarea_old of PIQDBAGR_APPEE O_PIQDBAGR_APPEE = *PIQDBAGR_APPEE * workarea_new of PIQDBAGR_APPEE N_PIQDBAGR_APPEE = PIQDBAGR_APPEE * updateflag of PIQDBAGR_APPEE UPD_PIQDBAGR_APPEE = UPD_PIQDBAGR_APPEE * workarea_old of PIQDBAGR_APPR O_PIQDBAGR_APPR = *PIQDBAGR_APPR * workarea_new of PIQDBAGR_APPR N_PIQDBAGR_APPR = PIQDBAGR_APPR * updateflag of PIQDBAGR_APPR UPD_PIQDBAGR_APPR = UPD_PIQDBAGR_APPR * updateflag of PIQDBAGR_APPSER UPD_PIQDBAGR_APPSER = UPD_PIQDBAGR_APPSER * workarea_old of PIQDBAGR_ASSIGNM O_PIQDBAGR_ASSIGNM = *PIQDBAGR_ASSIGNM * workarea_new of PIQDBAGR_ASSIGNM N_PIQDBAGR_ASSIGNM = PIQDBAGR_ASSIGNM * updateflag of PIQDBAGR_ASSIGNM UPD_PIQDBAGR_ASSIGNM = UPD_PIQDBAGR_ASSIGNM * updateflag of PIQDBAGR_ELEMENT UPD_PIQDBAGR_ELEMENT = UPD_PIQDBAGR_ELEMENT * workarea_old of PIQDBAGR_FOLL_UP O_PIQDBAGR_FOLL_UP = *PIQDBAGR_FOLL_UP * workarea_new of PIQDBAGR_FOLL_UP N_PIQDBAGR_FOLL_UP = PIQDBAGR_FOLL_UP * updateflag of PIQDBAGR_FOLL_UP UPD_PIQDBAGR_FOLL_UP = UPD_PIQDBAGR_FOLL_UP * updateflag of PIQDBAGR_GEN UPD_PIQDBAGR_GEN = UPD_PIQDBAGR_GEN * updateflag of PIQDBAGR_NOTE UPD_PIQDBAGR_NOTE = UPD_PIQDBAGR_NOTE * updateflag of PIQDBAGR_TEXT UPD_PIQDBAGR_TEXT = UPD_PIQDBAGR_TEXT UPD_ICDTXT_PIQAGR = UPD_ICDTXT_PIQAGR IMPORTING CHANGENUMBER = CDCHANGENUMBER TABLES ICDTXT_PIQAGR = ICDTXT_PIQAGR XPIQDBAGR_APPSER = XPIQDBAGR_APPSER YPIQDBAGR_APPSER = YPIQDBAGR_APPSER XPIQDBAGR_ELEMENT = XPIQDBAGR_ELEMENT YPIQDBAGR_ELEMENT = YPIQDBAGR_ELEMENT XPIQDBAGR_GEN = XPIQDBAGR_GEN YPIQDBAGR_GEN = YPIQDBAGR_GEN XPIQDBAGR_NOTE = XPIQDBAGR_NOTE YPIQDBAGR_NOTE = YPIQDBAGR_NOTE XPIQDBAGR_TEXT = XPIQDBAGR_TEXT YPIQDBAGR_TEXT = YPIQDBAGR_TEXT .