BAPI1312CHPATDRI SAP () Structure details

Dictionary Type: Structure
Description:




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




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

BAPI1312CHPATDRI 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 "" 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_BAPI1312CHPATDRI TYPE BAPI1312CHPATDRI.

The BAPI1312CHPATDRI table consists of various fields, each holding specific information or linking keys about data available in SAP. These include PAT_FIRST_NAME (First Name / Second Name), PAT_FO_ADDRS_TXT (IS-H: Form-of-Address Text), PAT_TITLE (IS-H: Title), PAT_COUNTRY (Country Key).. 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)


SAP BAPI1312CHPATDRI 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
PAT_LAST_NAMEIS-H: Last Name/ 1st Name GPNAM1CHAR35NAMENA1
PAT_FIRST_NAMEFirst Name / Second Name GPNAM2CHAR35NAME
PAT_FO_ADDRS_TXTIS-H: Form-of-Address Text RI_ANTXTCHAR25TEXT25
PAT_TITLEIS-H: Title RI_TITELCHAR15Assigned to domainTITEL
PAT_COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
PAT_COUNTRY_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA
PAT_POSTCODEIS-H: Postal Code of Business Partner PSTLZ_GPCHAR10PSTLZ
PAT_CITYIS-H: City ISH_CITY1CHAR40TEXT40
PAT_PART_CITYDistrict of Business Partner ORT2_GPCHAR25TEXT25
PAT_STREETIS-H: Street Name and Street Number of Business Partner STRASSE_GPCHAR30STRAS
PAT_DOBIS-H: Birthdate RI_GBDATDATS8RI_DATUM
PAT_SEX_EXTIS-H: Sex Indicator - User-Specific GSCHLECHAR1Assigned to domainGSCHLE
DRI_LAST_NAMEIS-H: Last Name/ 1st Name GPNAM1CHAR35NAMENA1
DRI_COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
DRI_COUNTRY_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA
DRI_POSTCODEIS-H: Postal Code of Business Partner PSTLZ_GPCHAR10PSTLZ
DRI_CITYIS-H: City ISH_CITY1CHAR40TEXT40
DRI_FIRST_NAMEFirst Name / Second Name GPNAM2CHAR35NAME
DRI_STREETIS-H: Street Name and Street Number of Business Partner STRASSE_GPCHAR30STRAS
DRI_PART_CITYDistrict of Business Partner ORT2_GPCHAR25TEXT25
DRI_FO_ADDRS_TXTIS-H: Form-of-Address Text RI_ANTXTCHAR25TEXT25
DRI_TITLEIS-H: Title RI_TITELCHAR15Assigned to domainTITEL

Key field Non-key field



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

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

How to access SAP table BAPI1312CHPATDRI

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