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...

    Task 1 - Create CDS View Entity ( August Developer Challenge )

    First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...

    sheenamk by Developer Advocate
    • 94188 Views
    • 212 Comments
    • 39 Likes

    To block the stock for multiple materials against sales order ib bdc

    Sir,            The requirement is to block the multiple materials against the sales order using BDC concept.            In case of sales orders which is having single material the code is working fine.            can u explain me the process for blo...

    Field Length issue.

    Dear All,I am into a SAP standard table, the field length as shown for the field is Character(4).But when i am into the SM30 transaction and try to create a new entry, it allows only 3 characters to be entered for this particular field.Please if you ...

    Resolved! Accepted Solution

    Restricting field length.

    Dear All,I am into a SAP standard table, the field length as shown for the field is Character(4).But when i am into the SM30 transaction and try to create a new entry, it allows only 3 characters to be entered.Please if you could share, what could be...

    Resolved! Accepted Solution

    Dump - GEN_TOO_MANY_CBS with message Too many "LREF" control blocks generated.

    Hello,In FI Substitutions (transaction code - GGB1) and Validations (GGB0) while simulating, we could see the above Dump.As per my analysis, because of huge number of steps, more number of control blocks (probably generated IF/ENDIF commands are more...

    Resolved! Accepted Solution

    TABLE CONTROL INSIDE TABSTRIP - Illegal type of page element in tabstrip

    Hi,Below is my requirement.I have two tabs in a tab strip named TABSTRIP.TAB1 and TAB2 with subscreen SUB1 and SUB2 in respective tabs.In TAB1.,if i have two radio button RADIO1,RADIO2.on clicking the radio button RADIO1 i need to have a table contro...

    Resolved! Accepted Solution

    Coding in Search Help

    Dear Experts,I have made a ztable and used kunnr (vbak-kunnr) in it. I want an F4 help on KUNNR  in Table maintenance screen based on some conditions where VKORG=1101, VTWEG  =10 ,SPART =20I am not able to understand where should i write my logic to...

    Resolved! Accepted Solution

    Problem while deleting standard error message from ME21n/Me22n and PO not getting saved

    Hi Experts,I am trying to remove standard error message from ME21n/ME22N using BADI ME_PROCESS_PO_CUST and method PROCESS_ITEM and giving my own custom error message if article is not maintained in site, I used MMPUR_MSG_REMOVE_BY_CONTEXT - passing t...

    Cardinality Issue

    Hi experts,Is it possible to have duplicate records in foreign key table for a corresponding record from check table ?For eg :if i am having check table in which i am storing customer numbers and a foreign key table in which i am storing customer rel...

    BAPI for FCHR Transaction

    Hi Experts,  I am working on requirement for Check Reconcile process, Through FCHR Transaction.My Doubt is there any BAPI that I can use for FCHR functionality.I have searched all over the net, so i am posting the message in SCN.Hope I will get some ...

    String length?

    HI All,i have three fields which is declared as a string in proxy.I am using these three fields in my ABAP program.But the length of these fields should not be more than 34.Please how to do this in program with out changing the datatype in proxy.Thnk...

    how to avoid this code?

    HI all,      i want  to improve performance of my program could anyone suggest how to avoid this " SELECT werk UP TO 1 ROWS INTO l_iwerk FROM ser03WHERE obknr IN ( select OBKNR                  from OBJK                  WHERE equnr EQ p_equnr       ...

    Resolved! Accepted Solution

    how to improve performance for following code?

    LOOP AT record.    SELECT * FROM drad WHERE doknr = h_fco_doknr.      SELECT * FROM viqmel INTO it_viqmel                 WHERE qmnum EQ drad-objky                   AND bequi EQ record-equnr.        APPEND it_viqmel.      ENDSELECT.    ENDSELECT.  E...

    strlen funuction

    Hi Expertsi have written peace code in that i have used sstrlen( ) but it is giving output as '*'.it is terminated the program .actually I have used the  strlen( ) in  internal tables two times first was giving correct length but not for second.data ...

    Resolved! Accepted Solution

    Search Help Exit Problem.

    Hia Everybody,There is a dbase zcst_mst in which one of the field is PARFN. The PARFN domain is ZPARFN which has fixed values(SOTP, SHTP, BHTP).Now i want a F4 help for some other field where it retrieves the values only related to SOTP or SHTP or BH...

    Labels in this area