J_1SBLGPTT SAP (IS-M/SD(CH): Info on Inserts for Postal Charge Settlement) Structure details

Dictionary Type: Structure
Description: IS-M/SD(CH): Info on Inserts for Postal Charge Settlement




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




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

J_1SBLGPTT 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/SD(CH): Info on Inserts for Postal Charge Settlement" 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_J_1SBLGPTT TYPE J_1SBLGPTT.

The J_1SBLGPTT table consists of various fields, each holding specific information or linking keys about IS-M/SD(CH): Info on Inserts for Postal Charge Settlement data available in SAP. These include VAUSGBBEI (Issue to be inserted), MATBEILG (IS-M: Material number of promotional material), BEILAGGEW (IS-M: Weight of an Insert in an Issue), MEINHGEWBL (IS-M: Unit of Weight for Ad Insert).. 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 J_1SBLGPTT 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
VAUSGBBEIIssue to be inserted VAUSGBBEICHAR10Assigned to domainALPHAVAUSGB
MATBEILGIS-M: Material number of promotional material MATNR_ISPCHAR18Assigned to domainMATN1MATNR_ISPJMA
BEILAGGEWIS-M: Weight of an Insert in an Issue BEILAGGEWQUAN9(3) ISPMNG9
MEINHGEWBLIS-M: Unit of Weight for Ad Insert MEINHGEWBLUNIT3Assigned to domainCUNITMEINS
XFRBPOIndicator: Third-party insert (for postal charge settlement) XFRBLGPOSTCHAR1XFELD
BEILGAUSSTInsert Mix for Carrying Issue in Delivery BEILGAUSSTNUMC3Assigned to domainBEILGAUSST

Key field Non-key field



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

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

How to access SAP table J_1SBLGPTT

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