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
    • 94670 Views
    • 212 Comments
    • 39 Likes

    Unsure how to handle eo_message in signature of /BOBF/IF_FRW_ACTION~EXECUTE

    Hi community,I am not happy with the exporting parameter eo_message of the interface method /BOBF/IF_FRW_ACTION~EXECUTE .It would have been nice if the framework would instantiate this and I need not to think about instantiation.My question is if it ...

    juergen_ette by Product and Topic Expert
    • 2491 Views
    • 4 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Possible to Map Relations Between BOs Inside BOPF and How Can I Access it Programmatically?

    Hello community,I have two tiny questions:1. Is it possible to map relations between BOPF Business Objects (BOs) inside the BOPF modelling environment?An example: An insurance company has insured persons, these persons are one business object. Also t...

    Resolved! Accepted Solution

    custom fields in RESBD but not in RESB? (CJ20N material component level cus tab)

    Hi Gurus,Please give information on "How to make the custom fields part of the RESBD to RESB?what Iam doing?For CJ20NI had implemented the BADI_MAT_CUST_SCR. By following the steps listed in SCN.1.I created a screen 0900 for saplxcn1 and called that ...

    Get Dunning Reasons code

    Hello colleagues,I am trying to get out all the dunning reasons code store in the sap system. Is it any function that can I use? For example the function to get all the payment block reason codes is 'FAP_GET_PAYMENT_BLOCK_REASON'. Is it something els...

    watle by Explorer
    • 635 Views
    • 2 Comments
    • 0 Likes
    Resolved! Accepted Solution

    how to transport secure store passwords from one client to other client?

    Hi I am doing integration between SAP and Microsoft Active Directory . I have done some configuration setting in 200 client andwant move those changes to 300 client for testing. In transaction code LDAP, I have created system user and given secure cr...

    Resolved! Accepted Solution

    Native SQL - Get query

    Hi there,I have many codes like this:EXEC SQL.  INSERT INTO T_ORACLE_TABLE ( field1, field2, field3 )  VALUES ( :t_sap_table-field1, :t_sap_table-field2, :t_sap_table-field3 )ENDEXEC.This is just an example, but the real queries are bigger than that....

    Resolved! Accepted Solution

    Custom table which holds sales order item, item characteristics and values.

    Hi Guys,i am stuck in the requirement where i have created a ZREPORT(to run in background) to populate a custom table i.e ZTABLE which holds sales order item characteriistics and their values.i am giving the general idea to the ZTABLE which has the f...

    intrastat document

    Hello,I do this query to get just the intrastate documents from EKBE:select ebeln ebelp zekkn vgabe gjahr belnr buzei budat bldat wrbtr dmbtr matnr werks hswae waers menge         from ekbe into corresponding fields of table it_ekbe         for all e...

    Resolved! Accepted Solution

    CDS View Authorization

    Hi everyone,I have created a simple CDS View in Eclipse which works really great. Now I try to make some auth-checks like descripted in the docu:ABAP Keyword DocumentationI have created an DCL Source in Eclipse which looks like this: @EndUserText.lab...

    Resolved! Accepted Solution

    Turn off 7.40 Pramgas , downward compatible flag for abap

    When using strings such as defaults or constants, ABAP no bangs these pragma statements into the code.The only problem is, when moving the code to systems not on 7.20 or higher it cant compile.class MY_CONST definition   public   create public . publ...

    Resolved! Accepted Solution

    BAPI_goodsmvt_create per PO

    Hi Experts,I have a requirement to post 351 by EBELN and not by line item. In my current code, my posting of 351 is by Line Item, I need to post it by PO-EBELN.How can I modify my code to make my posting per PO(ebeln) ? Example: PO: 1001  ITEM: 10   ...

    Resolved! Accepted Solution

    MIGO Automatic batch creation

    Hi ,When I am trying to do MIGO using new batch number, It's giving me error "Batch MatXXX PlantXXX BatchXXX does not exist", It should create batch automatically if batch is not created. This Error I am getting when doing MIGO for any order first ti...

    Resolved! Accepted Solution

    How to create a RFC function module with exporting parameter as structure in type groups

    Hi Experts,I need to create an RFC function module and pass the exporting parameter a  deep structure(nearly 10 structures). It seems very difficult to create a structure in SE11 and its very time taken to create all these stuff, so I created a deep ...

    Labels in this area

    Explore this Area