J_1B_CIAP_COND SAP (CIAP Object Conditions) Table details

Dictionary Type: Table
Description: CIAP Object Conditions




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




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

J_1B_CIAP_COND is a standard SAP Table which is used to store CIAP Object Conditions data and is available within R/3 SAP systems depending on the version and release level.

The J_1B_CIAP_COND table consists of various fields, each holding specific information or linking keys about CIAP Object Conditions data available in SAP. These include CONDNO (CIAP Condition Number), ACTIV (Activate Condition), ADATU (Date from which CIAP Condition is Valid), BDATU (Date until which CIAP Condition is Valid).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP J_1B_CIAP_COND table 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
MANDTClient MANDTCLNT3T000MANDT
CONDNOCIAP Condition Number J_1BCIAPCNTNUMC2J_1BCIAPCNT
ACTIVActivate Condition J_1BCIAPACTCHAR1XFELD
ADATUDate from which CIAP Condition is Valid J_1BCIAPADTDATS8DATUM
BDATUDate until which CIAP Condition is Valid J_1BCIAPBDTDATS8DATUM
CIAPOBJ01CIAP Object Type 1 J_1BCIAPOBJ1CHAR10J_1B_CIAP_OBJTPJ_1BCIAPOBJ
OPTION01OPTION field in structure of SELECT-OPTIONS tables RALDB_OPTICHAR2RALDB_OPTI
VALLOW01Low CIAP Object Value J_1BCIAPVALLOWCHAR25J_1BCIAPVAL
VALHIGH01High CIAP Object Value J_1BCIAPVALHIGHCHAR25J_1BCIAPVAL
CIAPOBJ02CIAP Object Type 2 J_1BCIAPOBJ2CHAR10J_1B_CIAP_OBJTPJ_1BCIAPOBJ
OPTION02OPTION field in structure of SELECT-OPTIONS tables RALDB_OPTICHAR2RALDB_OPTI
VALLOW02Low CIAP Object Value J_1BCIAPVALLOWCHAR25J_1BCIAPVAL
VALHIGH02High CIAP Object Value J_1BCIAPVALHIGHCHAR25J_1BCIAPVAL
CIAPOBJ03CIAP Object Type 3 J_1BCIAPOBJ3CHAR10J_1B_CIAP_OBJTPJ_1BCIAPOBJ
OPTION03OPTION field in structure of SELECT-OPTIONS tables RALDB_OPTICHAR2RALDB_OPTI
VALLOW03Low CIAP Object Value J_1BCIAPVALLOWCHAR25J_1BCIAPVAL
VALHIGH03High CIAP Object Value J_1BCIAPVALHIGHCHAR25J_1BCIAPVAL
CIAPOBJ04CIAP Object Type 4 J_1BCIAPOBJ4CHAR10J_1B_CIAP_OBJTPJ_1BCIAPOBJ
OPTION04OPTION field in structure of SELECT-OPTIONS tables RALDB_OPTICHAR2RALDB_OPTI
VALLOW04Low CIAP Object Value J_1BCIAPVALLOWCHAR25J_1BCIAPVAL
VALHIGH04High CIAP Object Value J_1BCIAPVALHIGHCHAR25J_1BCIAPVAL
CIAPOBJ05CIAP Object Type 5 J_1BCIAPOBJ5CHAR10J_1B_CIAP_OBJTPJ_1BCIAPOBJ
OPTION05OPTION field in structure of SELECT-OPTIONS tables RALDB_OPTICHAR2RALDB_OPTI
VALLOW05Low CIAP Object Value J_1BCIAPVALLOWCHAR25J_1BCIAPVAL
VALHIGH05High CIAP Object Value J_1BCIAPVALHIGHCHAR25J_1BCIAPVAL

Key field Non-key field



How do I retrieve data from SAP table J_1B_CIAP_COND using ABAP code

The following ABAP code Example will allow you to do a basic selection on J_1B_CIAP_COND to SELECT all data from the table
DATA: WA_J_1B_CIAP_COND TYPE J_1B_CIAP_COND.

SELECT SINGLE *
FROM J_1B_CIAP_COND
INTO CORRESPONDING FIELDS OF WA_J_1B_CIAP_COND
WHERE...

How to access SAP table J_1B_CIAP_COND

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