SAP Contracts tables
/SAPPSSRM/S_LDB_HDR_CTR (CTRHEADER)-Contract header /SAPPSSRM/S_LDB_SUPL_CTR (CTRSUPPLIER)-supplier information of contract /SAPPSSRM/S_LDB_ITM_CTR (CTRITEM)-Contract item
SAP Contracts tables Read More »
/SAPPSSRM/S_LDB_HDR_CTR (CTRHEADER)-Contract header /SAPPSSRM/S_LDB_SUPL_CTR (CTRSUPPLIER)-supplier information of contract /SAPPSSRM/S_LDB_ITM_CTR (CTRITEM)-Contract item
SAP Contracts tables Read More »
Please find a list of the SAP CRM tables available, what data they store and a link to It’s Full field list. CRMD_ORDERADM_H – Business Transaction header (tcode CRMD_ORDER) CRMD_ORDERADM_I – Business Transaction Item (tcode CRMD_ORDER) CRMD_LINK – Transaction Set Link CRMD_CUSTOMER_H – Transaction – Customer Extension CRMD_CUSTOMER_I – Transaction Item – Customer Extension CRMD_PRICING – Business Transaction Pricing Parameter Set CRMD_PARTNER – Partners CRM_JEST – Individual Object Status CRMRFCPAR – Definitions
The SALV hide column/field or cell functionality is much the same as changing the header text you simply use the column variable and set_visible to false to hide it. If you install the example SALV report which includes the basic code below for hiding field SEATSOCC_F, along with how to set the colour of individual
SALV hide field/column Read More »
The below ABAP code uses the CL_SALV_TABLE class to create an ABAP ALV report and use the SALV color options to set the row, column or field colours. The report first selects data from database table SFLIGHT and displays it to the user as an ALV grid much the same as the very basic SALV
Set SALV color values Read More »
You may have noticed that with a standard ABAP parameter which is type char/text/string always converts the entered value to uppercase. So if the user enters the text in Uppercase, lowercase or a mixture of both it will always get converted to UPPERCASE. For example, using the standard ABAP parameter code PARAMETERS: p_val(20) TYPE c,
Stop SAP ABAP parameter values converting to uppercase Read More »
If you are trying to select document number details (i.e. BELNR) from table BSEG based on customer number (i.e. KUNNR) you are going to find the performance of this to be very slow and inefficient. You can do it and it might work ok in your test system where there is less data but often
BSEG select performance improvements Read More »
tfdir-fmode _____________ R = Remote-Enabled K = Remote-Enabled JAVA Module X / @ = Remote-Enabled + BasXML supported J = JAVA Module Callable from ABAP tfdir-utask _____________ Update module: Yes 1 = Start update immediately (start immed) 2 = Start of update delayed (Start Delayed) 3 = Update is started immediately, no restart possible (Immediate
SAP Function Module Processing Type Read More »
Here is a list of the best ABAP books available to help you get started as an ABAP developer or use as a reference guide if you are already developing ABAP based applications. Complete ABAP: The Comprehensive Guide to ABAP 7.5 (SAP PRESS) ABAP: An Introduction and Beginner’s Guide to SAP ABAP ABAP Development for
Best ABAP Books for learning and using as a reference guide Read More »
SAP Sales Order table data is stored in a number of SAP Sales and Distribution module tables Here is a list of SAP Sales Order Tables including the most important ones for creating and storing Sales Order data. Main SAP Order Table data First is the list of the SAP tables which store the main Sales
SAP Sales Order Table data in SAP ( Sales and Distribution module) Read More »
SALV_DEMO_TREE_METADATA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Check out the submitted Contribute related to this SAP report or see any standard documentation available. Also check out the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. If you would like
SALV_DEMO_TREE_METADATA Read More »