FIN1_PARAM_EX SAP (OBNL: Transfer structure for official doc. numbering (local)) Structure details

Dictionary Type: Structure
Description: OBNL: Transfer structure for official doc. numbering (local)




ABAP Code to SELECT data from FIN1_PARAM_EX
Related tables to FIN1_PARAM_EX
Access table FIN1_PARAM_EX




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

FIN1_PARAM_EX 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 "OBNL: Transfer structure for official doc. numbering (local)" 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_FIN1_PARAM_EX TYPE FIN1_PARAM_EX.

The FIN1_PARAM_EX table consists of various fields, each holding specific information or linking keys about OBNL: Transfer structure for official doc. numbering (local) data available in SAP. These include APPLI (The calling application for the official document numbering), AKTYP (Activity category in SAP transaction), BUKRS (Company Code), WERKS (Plant).. 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 FIN1_PARAM_EX 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
APPLIThe calling application for the official document numbering ID_APPLICATIONCHAR2CHAR2
AKTYPActivity category in SAP transaction AKTYPCHAR1AKTYP
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BLGAROBN: Document type, delivery type, billing type etc. BLGARCHAR4BLGAR
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
BRNCHBranch Number J_1ABRNCHCHAR4Assigned to domainJ_1BBRANCHJEA
BUPLABusiness Place BUPLACHAR4Assigned to domainJ_1BBRANCH
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
XSTORReversal, return delivery, or transfer posting KZSTOCHAR1KZSTO
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
MWARTTax Type MWARTCHAR1MWART
QSSKZWithholding Tax Code QSSKZCHAR2Assigned to domainQSSKZ
COMP_COUNTRYCountry ISO code INTCACHAR2INTCAF4_INTCA
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
SFAKNCancelled billing document number SFAKNCHAR10Assigned to domainALPHAVBELNVF
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
EXPKZExport indicator EXPKZCHAR1EXPKZ
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
WBSTKTotal goods movement status WBSTKCHAR1STATV
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
STBLGReverse Document Number STBLGCHAR10ALPHABELNR
STJAHReverse document fiscal year STJAHNUMC4GJAHRGJAHR
BSTATDocument Status BSTAT_DCHAR1BSTAT
J_1ACPDELIndicator: Copy branch from Delivery note J_1ACPDELCHAR1XFELD
ADISCIndicator: entry represents a discount document J_1ADISCCHAR1ADISC
J_1AFITPTax type J_1AFITP_DCHAR2Assigned to domainJ_1AFITP
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
DOCCLSOfficial document class DOCCLSCHAR3Assigned to domainDOCCLS
OFFNRELOfficial Document Numbering Control J_1AOFFNRELCHAR1J_1AOFFNREL
XIN68Check Relevance of Document Type for IN68 J_1BIN68RELCHAR1XFELD
XOPTYPIN86 Operation Type J_1BOPERTYPCHAR1J_1BOPTYP86
XIN86Check Relevance of Document Type for IN86 J_1BIN86RELCHAR1XFELD
XFORCEIndicator: Force Numbering for zero-value Billing Documents J_1AFORCENUMCHAR1XFELD
XCIRELDocument Type Relevant for Credit Invoice (Argentina Only) J_1ACIRELCHAR1XFELD
SILENT_MODESilent mode flag (messages are supressed) ID_OFNUM_SILENTCHAR1J_1AFLGP
MESSAGE_TEXTText (80 Characters) TEXT80CHAR80TEXT80UEB

Key field Non-key field



How do I retrieve data from SAP structure FIN1_PARAM_EX using ABAP code?

As FIN1_PARAM_EX 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 FIN1_PARAM_EX as there is no data to select.

How to access SAP table FIN1_PARAM_EX

Within an ECC or HANA version of SAP you can also view further information about FIN1_PARAM_EX 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!