SAP ABAP Class IF_MODIFY_FILE_CONTENT (Interface for BAdI: IDGTCN_MODIFY_FILE_CONTENT)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20130716 |
Properties
Class | IF_MODIFY_FILE_CONTENT | |
Short Description | Interface for BAdI: IDGTCN_MODIFY_FILE_CONTENT | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20130716 | SAP |
Last change | 20131127 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_MODIFY_FILE_CONTENT has no forward declaration.
Interfaces
Class IF_MODIFY_FILE_CONTENT has no interface implemented.
Friends
Class IF_MODIFY_FILE_CONTENT has no friend class.
Attributes
Class IF_MODIFY_FILE_CONTENT has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Modify Content of Outbound Files | 20130722 |
Events
Class IF_MODIFY_FILE_CONTENT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_CONTEMT | Public | See coding | String Content | 20130722 | BEGIN OF ty_contemt,
line TYPE string,
END OF ty_contemt
|
|
2 | TY_HEADER | Public | See coding | Header Line | 20130722 | BEGIN OF ty_header,
refvbeln TYPE idgt_info-refvbeln,
combineid TYPE gtcombineid,
gtstatus TYPE char12,
tlines TYPE idgt_info-tlines,
sentdate TYPE idgt_info-sentdate,
filetype TYPE char1,
note TYPE idgt_info-note,
kunnr TYPE idgt_info-kunnr,
kname1 TYPE idgt_info-kname1,
kstcd5 TYPE kna1-stcd5,
kstras TYPE idgt_info-kstras,
kbanka TYPE idgt_info-kbanka,
vusnam TYPE idgt_info-vusnam,
cusnam TYPE idgt_info-cusnam,
vbanka TYPE idgt_info-vbanka,
vstras TYPE idgt_info-vstras,
gtvbeln TYPE idgt_info-gtvbeln,
invtyp TYPE char1,
typcode TYPE idgt_info-typcode,
cancelind TYPE char1,
goodslist TYPE idgt_info-goodslist,
glistind TYPE char1,
kstcd1 TYPE idgt_info-kstcd1,
pos_gtvbeln TYPE idgt_info-gtvbeln,
pos_typcode TYPE idgt_info-typcode,
printdat TYPE gtsentdate,
netwr_doc TYPE netwr,
item_mrg_typ TYPE char1,
currency TYPE idgt_info-currency,
notered TYPE char16,
END OF ty_header
|
|
3 | TY_ITEM | Public | See coding | Item Line | 20130722 | BEGIN OF ty_item,
vbeln TYPE idgt_info-vbeln,
vfpos TYPE idgt_info-vfpos,
refvbeln TYPE idgt_info-refvbeln,
posnr TYPE idgt_info-vfpos,
combineid TYPE gtcombineid,
matnr TYPE idgt_info-matnr,
maktx TYPE idgt_info-matnr,
mspec TYPE idgt_info-mspec,
meins TYPE idgt_info-meins,
fkimg TYPE idgt_info-fkimg,
netwr TYPE idgt_info-netwr,
taxamt TYPE idgt_info-taxamt,
taxrate TYPE idgt_info-taxrate,
unitpe TYPE idgt_info-netwr,
taxcod TYPE idgt_info-taxcod,
pemod TYPE idgt_info-pemod,
disc TYPE idgt_info-netwr,
disctax TYPE idgt_info-taxamt,
itemsplit TYPE char1,
itemmerge TYPE char1,
aubel TYPE char10,
aupos TYPE posnr_va,
uomdesc TYPE char16,
vbrposnr TYPE idgt_info-vfpos,
gtkey1 TYPE char10,
gtkey2 TYPE char10,
gtkey3 TYPE char20,
gtotype TYPE char1,
END OF ty_item
|
|
4 | TY_T_CONTENT | Public | See coding | String Content | 20130722 | ty_t_content TYPE STANDARD TABLE OF ty_contemt
|
|
5 | TY_T_HEADER | Public | See coding | Header Content | 20130722 | ty_t_header TYPE STANDARD TABLE OF ty_header
|
|
6 | TY_T_ITEM | Public | See coding | Item Content | 20130722 | ty_t_item TYPE STANDARD TABLE OF ty_item
|
Method Signatures
Method MODIFY_FILE_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_CONTENT | Call by reference | Type reference (TYPE) | TY_T_CONTENT | Header Content | 20130722 | ||
2 | ![]() |
IT_HEADER | Call by reference | Type reference (TYPE) | TY_T_HEADER | Header Content | 20130722 | ||
3 | ![]() |
IT_ITEM | Call by reference | Type reference (TYPE) | TY_T_ITEM | Item Content | 20130722 |
Method MODIFY_FILE_CONTENT on class IF_MODIFY_FILE_CONTENT has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in |