Recent Activity

    Task 4 - Implement Criticality feature and create an Object page

    This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...

    error during mass change

    hi experts,                       i am going to block the customer sales Area by setting field value using t-code MASS ,            but i stuck during save and system display error msg.i am performing the steps:--1. select "Customer Master Sales Data...

    Resolved! Accepted Solution

    How to change the column title for custom F4 help(internal table)

    Hi Experts,As per title, how do I change the column title for custom F4 help.This F4 help is build by internal table.Now the column title is F0001 & F0002, I want to change the F0001 & F0002 to something else.Please help.Below is my code.TYPES: BEGIN...

    Resolved! Accepted Solution

    Authorization Field Values

    He experts,does anyone know if there is a table or function module in SAP ERP that provides all possible entry values for an authorization field? I know for field "ACTVT" is table TACTZ,           for field 'TCD' is table TSTCbut for another fiels li...

    Resolved! Accepted Solution

    Optimize inner join code on LTAP and LTAK

    Hallo.I'm a newbie on ABAP.I note a bad performance on the code:  SELECT COUNT(*)    FROM ltap AS a    INNER JOIN ltak AS b    ON a~lgnum EQ b~lgnum    AND a~tanum EQ b~tanum    INTO row_conf    WHERE a~lgnum EQ p_mag      AND a~pquit NE 'X'      AND...

    MARA-EXTWG Field length

    Folks,We have a requirement to extended the field length of External Material Group (MARA-EXTWG) and its description (TWEWT-EWBEZ).The only option I see1.is to create a  Z domain with the desired length and replacing the standard  domain of the data ...

    kiran_k8 by Active Contributor
    • 1699 Views
    • 3 Comments
    • 0 Likes
    Resolved! Accepted Solution

    ALV average calculation without considering blank or zeroed row cells

    Hello all,I have na issue about ALV field catalog which I could not find the answer.I need an alv average subtotal considering only row cells which are not blank or zeroed.In the Picture below the average is 6,25 because it is considering the blank/z...

    Resolved! Accepted Solution

    How to fill the Delivery Note field in MIGo screen after entering the PO number?

    Hi,I would like to insert the Delivery field on the MIGo screen after I enter the PO number, which is not the standard process but my client needs it.I have checked all the available BADI's that would trigger after I enter the PO number and click ent...

    Resolved! Accepted Solution

    [SMARTFORMS] Impossible to put a Break Page to a Table in Main Window

    Hi Experts,as below, I have this smartforms organization. I would like to put a break page in the table TABLEKOND contained in the MAIN Window.My table is always displayed in 2 pages ....Unfortunately, I can't put any break page. Do you have any idea...

    Resolved! Accepted Solution

    enhancement in co02

    hi all,i have a requirement to restrict the teco in co02.for example - suppose in co02 general .condition is : total qty = short/exc rect + delivered.if it is equal : it should allow for teco.else.it should not allow for teco. it should throw the err...

    How to get data from an internal table in some other program with out displaying the other programs output..?

    Hi Friends,How to get data  from an internal table in some other program(ZPROG1) .with out displaying the other programs output(ZPROG1)..?Actually I want data from (ZPROG1) to (ZPROG2), for that i used Export/Import....By this i am getting data from ...

    Labels in this area

    Explore this Area