/SAPPSSRM/S_PERIODIC_PP_HEADER SAP (Header Structure for Periodic Payment Plan) Structure details

Dictionary Type: Structure
Description: Header Structure for Periodic Payment Plan




ABAP Code to SELECT data from /SAPPSSRM/S_PERIODIC_PP_HEADER
Related tables to /SAPPSSRM/S_PERIODIC_PP_HEADER
Access table /SAPPSSRM/S_PERIODIC_PP_HEADER




Structure field list including key, data, relationships and ABAP select examples

/SAPPSSRM/S_PERIODIC_PP_HEADER is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Header Structure for Periodic Payment Plan" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/SAPPSSRM/S_PERIODIC_PP_HEADER TYPE /SAPPSSRM/S_PERIODIC_PP_HEADER.

The /SAPPSSRM/S_PERIODIC_PP_HEADER table consists of various fields, each holding specific information or linking keys about Header Structure for Periodic Payment Plan data available in SAP. These include PS_IV_PLAN_NUM (Billing plan number / invoicing plan number), PS_IP_TYPE (Payment Plan Type), PS_IP_TYPE_DESC (Payment Plan Date Description), PS_PERIO (Rule for Setting Next Date).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /SAPPSSRM/S_PERIODIC_PP_HEADER structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
PS_DOC_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
PS_IV_PLAN_NUMBilling plan number / invoicing plan number FPLNRCHAR10Assigned to domainFPLNR
PS_IP_TYPEPayment Plan Type /SAPPSSRM/_PP_TYPECHAR2CHAR2
PS_IP_TYPE_DESCPayment Plan Date Description /SAPPSSRM/_PP_DESCRIPTIONCHAR30
PS_PERIORule for Setting Next Date /SAPPSSRM/_PP_ORGN_NEXT_DATECHAR2CHAR2
PS_PERIO_DESCDescription /SAPPSSRM/_PP_DESCRCHAR40TEXT40
PS_IN_ADVANCEInvoice Creation in Advance /SAPPSSRM/_PP_IN_ADVANCECHAR1XFELD
PS_DEV_BILL_DATRule for Setting Different Invoice Date /SAPPSSRM/_PP_DEV_BILL_DATECHAR2CHAR2
PS_DEV_DAT_DESCDescription /SAPPSSRM/_PP_DESCRCHAR40TEXT40
PS_START_DATETimeframe From BBP_VPER_STARTDATS8DATUM
PS_ORGN_ST_DATRule for Setting Start Date /SAPPSSRM/_PP_ORGN_START_DATECHAR2CHAR2
PS_ST_DAT_DESDescription /SAPPSSRM/_PP_DESCRCHAR40TEXT40
PS_DATES_FROMTimeframe From BBP_VPER_STARTDATS8DATUM
PS_ORGN_FROM_DATRule for Setting Start Date /SAPPSSRM/_PP_ORGN_START_DATECHAR2CHAR2
PS_FROM_DAT_DESDescription /SAPPSSRM/_PP_DESCRCHAR40TEXT40
PS_END_DATETimeframe To BBP_VPER_ENDDATS8DATUM
PS_ORGN_END_DATRule for Setting End Date /SAPPSSRM/_PP_ORGN_END_DATECHAR2CHAR2
PS_END_DAT_DESDescription /SAPPSSRM/_PP_DESCRCHAR40TEXT40
PS_DATES_TOBilling date for billing index and printout FKDATDATS8DATUM
PS_UNTIL_DATRule for Setting End Date /SAPPSSRM/_PP_ORGN_END_DATECHAR2CHAR2
PS_UNTIL_DAT_DESDescription /SAPPSSRM/_PP_DESCRCHAR40TEXT40
PS_HORIZON_DATEBilling date for billing index and printout FKDATDATS8DATUM
PS_HORIZONRule for Determining Horizon /SAPPSSRM/_PP_HORIZONCHAR2CHAR2
PS_HORIZON_DESCDescription /SAPPSSRM/_PP_DESCRCHAR40TEXT40
PS_CALENDER_IDCalendar ID CALIDCHAR2Assigned to domainWFCID
PS_IS_PPPayment Plan Type /SAPPSSRM/_PP_TYPECHAR2CHAR2

Key field Non-key field



How do I retrieve data from SAP structure /SAPPSSRM/S_PERIODIC_PP_HEADER using ABAP code?

As /SAPPSSRM/S_PERIODIC_PP_HEADER is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /SAPPSSRM/S_PERIODIC_PP_HEADER as there is no data to select.

How to access SAP table /SAPPSSRM/S_PERIODIC_PP_HEADER

Within an ECC or HANA version of SAP you can also view further information about /SAPPSSRM/S_PERIODIC_PP_HEADER and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!