RJGBUSISM007_MEDIA_STR_TEXTS SAP (IS-M: Texts for Business Partner BAPI IS-M BP STR) Structure details

Dictionary Type: Structure
Description: IS-M: Texts for Business Partner BAPI IS-M BP STR




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




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

RJGBUSISM007_MEDIA_STR_TEXTS 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-M: Texts for Business Partner BAPI IS-M BP STR" 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_RJGBUSISM007_MEDIA_STR_TEXTS TYPE RJGBUSISM007_MEDIA_STR_TEXTS.

The RJGBUSISM007_MEDIA_STR_TEXTS table consists of various fields, each holding specific information or linking keys about IS-M: Texts for Business Partner BAPI IS-M BP STR data available in SAP. These include SALESORG_TEXT (Description of sales organization), AGENCY_TYPE_TEXT (IS-M: General Description of Objects (Length 30)), CREDIT_STANDING_QUERY_TEXT (IS-M: General Description of Objects (Length 30)), CREDITWORTHINESS_TEXT (IS-M: General Description of Objects (Length 30)).. 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 (Deep)


SAP RJGBUSISM007_MEDIA_STR_TEXTS 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
CENTRAL_TEXTS 0
SALESORG_TEXTDescription of sales organization VKORG_BEZCHAR20TEXT20
AGENCY_TYPE_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
CREDIT_STANDING_QUERY_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
CREDITWORTHINESS_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
CUSTOMER_SALES_TEXTS 0
RETAILER_TEXTS 0
EHASTRA_POINT_OF_SALE_TYP_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
EHASTRA_POINT_OF_SALE_TEX_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
EHASTRA_SALES_AREA_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
EHASTRA_SALES_INFLUENCE_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
EHASTRA_SERVICE_TYPE_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
EHASTRA_CUST_FREQ_PER_WEE_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
EHASTRA_SHOP_OPENING_TIME_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
EHASTRA_SHOP_CLOSING_TIME_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
MBR_FORECAST_SYSTEM_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
OPENING_TYPE_MONDAY_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
OPENING_TYPE_WEDNESDAY_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
OPENING_TYPE_THURSDAY_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
OPENING_TYPE_FRIDAY_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
OPENING_TYPE_SATURDAY_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
OPENING_TYPE_SUNDAY_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
RETURN_TYPE_TEXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
RETURN_METHOD_TEXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
POS_SEASON_TEXTIS-M: Short Text BEZEICHN15CHAR15TEXT15
POS_CHAINCODE_TEXTIS-M: Long Text BEZEICHN50CHAR50TEXT50
POS_CHAINCHANNEL_TEXTIS-M: Long Text BEZEICHN50CHAR50TEXT50
POS_SALES_AREA_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
POS_SHOP_CATEGORY_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
GEO_CATEGORY_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
POS_PRESS_SALES_CATEGORY_TEXTIS-M: Long Text BEZEICHN50CHAR50TEXT50
POS_PRESS_SALES_VOLUME_TEXTIS-M: Long Text BEZEICHN50CHAR50TEXT50
POS_INT_SALES_INFLUENCE_1_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
POS_INT_SALES_INFLUENCE_2_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
POS_INT_SALES_INFLUENCE_3_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
EHASTRA_SALES_INFLUENCE_2_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
EHASTRA_SALES_INFLUENCE_3_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
POS_CUST_FREQUENCE_ORIG_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
POS_CASH_SCANNER_TEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
POS_SALES_COUNTER_TEXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
POS_BUSINESS_HOURS_ID_TEXTIS-M: Long Text BEZEICHN50CHAR50TEXT50
RETAILER_SALES_TEXTS 0
RETAILER_POSAID_TEXTS 0

Key field Non-key field



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

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

How to access SAP table RJGBUSISM007_MEDIA_STR_TEXTS

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