SAP ABAP Class /SAPPO/CL_NF_TOOLS (Tool for PPO Notifications)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-TS-PPO (Application Component) Postprocessing Office
⤷
/SAPPO/NOTIF (Package) Post-Processing Office: Notifications

⤷

⤷

Properties
Class | /SAPPO/CL_NF_TOOLS | |
Short Description | Tool for PPO Notifications | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /SAPPO/NOTIF | Post-Processing Office: Notifications |
Created | 20091216 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /SAPPO/CL_NF_TOOLS has no interface implemented.
Friends
Class /SAPPO/CL_NF_TOOLS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_TH_URL_DESC | 20091221 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Add a URL to a Description | 20091221 |
2 | ![]() |
Static method | Public | Method | Determine the URL for Display of Postprocessing Order | 20091216 |
3 | ![]() |
Static method | Public | Method | Provide Description of a URL | 20091221 |
4 | ![]() |
Static method | Public | Method | Delete Buffer of Saved URLs | 20091221 |
Events
Class /SAPPO/CL_NF_TOOLS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_ORDER_PARAM_4_LINK | Public | See coding | 20091216 | BEGIN OF ty_s_order_param_4_link,
order_id TYPE /sappo/dte_order_id,
ppo_component TYPE /sappo/dte_component,
user TYPE syuname,
langu TYPE sylangu,
END OF ty_s_order_param_4_link
|
||
2 | TY_S_URL_DESC | Public | See coding | 20091221 | BEGIN OF ty_s_url_desc,
id TYPE ufguid,
description TYPE char80,
url TYPE string,
END OF ty_s_url_desc
|
||
3 | TY_TH_URL_DESC | Public | See coding | 20091221 | ty_th_url_desc TYPE HASHED TABLE OF ty_s_url_desc
WITH UNIQUE KEY id
|
Method Signatures
Method ADD_URL_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DESCRIPTION | Call by reference | Type reference (TYPE) | CHAR80 | Beschreibung der URL | 20091221 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | UFGUID | ID der Beschreibung | 20091221 | ||
3 | ![]() |
IV_URL | Call by reference | Type reference (TYPE) | STRING | URL | 20091221 |
Method ADD_URL_DESCRIPTION on class /SAPPO/CL_NF_TOOLS has no exception.
Method DETERMINE_URL_FOR_ORDER_SINGLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_LINK_PARAM | Call by reference | Type reference (TYPE) | /SAPPO/CL_NF_TOOLS=>TY_S_ORDER_PARAM_4_LINK | 20091216 | |||
2 | ![]() |
IV_DISPLAY_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Nur Anzeige | 20091216 | |
3 | ![]() |
IV_SAPLOGON_ID | Call by reference | Type reference (TYPE) | STRING | Für RFC-Anmeldung | 20091216 | ||
4 | ![]() |
RV_URL | Value transfer | Type reference (TYPE) | STRING | URL zum Anzeigen/Ändern | 20091216 |
Method DETERMINE_URL_FOR_ORDER_SINGLE on class /SAPPO/CL_NF_TOOLS has no exception.
Method GET_URL_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DESCRIPTION | Call by reference | Type reference (TYPE) | CHAR80 | Beschreibung der URL | 20091221 | ||
2 | ![]() |
EV_URL | Call by reference | Type reference (TYPE) | STRING | URL | 20091221 | ||
3 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | UFGUID | ID der Beschreibung | 20091221 |
Method GET_URL_DESCRIPTION on class /SAPPO/CL_NF_TOOLS has no exception.
Method REFRESH_URL_BUFFER Signature
Method REFRESH_URL_BUFFER on class /SAPPO/CL_NF_TOOLS has no parameter.
Method REFRESH_URL_BUFFER on class /SAPPO/CL_NF_TOOLS has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |