BAPI1303DATA SAP (IS-H: BAPI Case-Procedure Data) Structure details

Dictionary Type: Structure
Description: IS-H: BAPI Case-Procedure Data




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




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

BAPI1303DATA 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 "IS-H: BAPI Case-Procedure Data" 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_BAPI1303DATA TYPE BAPI1303DATA.

The BAPI1303DATA table consists of various fields, each holding specific information or linking keys about IS-H: BAPI Case-Procedure Data data available in SAP. These include SURPROC_SEQNO (IS-H: Sequence Number of Surgical Procedure Code), MOVEMNT_SEQNO (IS-H: Sequence Number of Movement), SG_PR_CATALOG (IS-H: Identification of Surgical Procedure Coding Catalog), SG_PR_CODE (IS-H: Surgical Procedure Code (Service)).. 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 BAPI1303DATA 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
SURPROC_SEQNOIS-H: Sequence Number of Surgical Procedure Code ISH_LNRICCHAR10ALPHAISH_LNRIC
MOVEMNT_SEQNOIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
SG_PR_CATALOGIS-H: Identification of Surgical Procedure Coding Catalog ICPM_IDCHAR2Assigned to domainALPHATARID
SG_PR_CODEIS-H: Surgical Procedure Code (Service) ICPM_LSCHAR10Assigned to domainALPHATARLS
PROC_SHORTTEXTIS-H: Service Short Text 120-Char. STXT1 + STXT2 + STXT3 KTXTCONCCHAR120TEXT120
MAINCODEIS-H: Main Surgical Procedure Code ICPM_HCODECHAR1XFELD
ADD_NUMBERIS-H: Number of Additional Surgeries ISH_ANZOPNUMC3NUMC3
BEGINDATEIS-H: Date when Surgical Procedure Code Performed ISH_BEGDT_ICPDATS8RI_DATUM
BEGINTIMEIS-H: Time when Surg. Procedure Code Performance Begins ISH_BEGZT_ICPTIMS6UHRZT
ENDTIMEIS-H: Time when Surgical Procedure was Completed ISH_ENDZT_ICPTIMS6UHRZT
LOCALISIS-H: Localization of Service N1LSLOKCHAR2Assigned to domainALPHAN2_DIALO
EXTERNAL_IDIdentification from External System ISH_IDENTCHAR20ALPHAISH_REFKY
SURGERY_TYPEIS-H: Type of Surgery ISH_OPARTCHAR2Assigned to domainALPHAISH_OPART
UPDATE_DATEIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPDATE_USERIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
CANCEL_INDIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
CANCEL_USERIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM
CANCEL_DATEDate of Cancellation STORN_DATDATS8RI_DATUM
TCODEIS-H: Report Control: Transaction Code for Application ISH_TCODECHAR20Assigned to domainTCODE
INSTITUTIONInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
PATCASEIDIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
PROC_REMARKIS-H: User-Defined Comment on Procedure ISH_PROCTEXTCHAR50ISH_CHAR50
GEN_EVENTIS-H: Event that Triggers Creation of Procedure PROC_EVENTNUMC2PROC_EVENT
GEN_OBJECTIS-H: Object that Created the Procedure PROC_OBJECTCHAR10ISH_OBJECT
DRG_PROC_SEQNOIS-H: Entry Sequence of DRG-Relevant Procedure ISH_DRG_PROC_SEQNONUMC3ISH_SEQNO
DRG_PROC_CATEGORYIS-H: Category of DRG Procedure (Principal, Secondary) ISH_DRG_PROC_CATEGORYCHAR1ISH_DRG_PROC_CATEGORY
DRG_RELEVANTIS-H: Indicator 'Used to Determine DRG' ISH_DRG_PROC_RELEVANTCHAR1ISH_ON_OFF
LONG_TEXTIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
DEPTOUIS-H: Departmental Organizational Unit of Procedure ISH_FACHOE_PROCCHAR8Assigned to domainALPHAORGID
PERFOUIS-H: Date when Surgical Procedure Code Was Completed ISH_ERBOE_PROCCHAR8Assigned to domainALPHAORGID
ENDDATEIS-H: Date when Surgical Procedure Code Was Completed ISH_ENDDT_ICPDATS8RI_DATUM
PROCEDURE_TYPEIS-H: Procedure Type ISH_PROC_TYPECHAR2ISH_PROC_TYPE
QUANTITYProcedure Quantity ISH_PROC_QUANTITYQUAN20(8) ISH_PROC_QUANTITY
UNITUnit of Measure for Procedure ISH_PROC_UNITUNIT3Assigned to domainCUNITMEINS
LONG_TEXT_LANGLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
DRG_IMPACTImpact of Procedure on DRG Determination ISH_PROC_DRG_IMPACTCHAR2ISH_DRG_IMPACT
DRG_CCLComplication Level of Procedure (for DRGs) ISH_CCL_PROCNUMC3ISH_CCL_TYPE
OPLIVDONOPS Living Donor Transplantation ISH_OPLEBSPENCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BAPI1303DATA

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