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
    • 94659 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    how to fill fieldcatalog using internal table by using (REUSE_ALV_FIELDCATALOG_MERGE)

    Hello Experts,                             Can anyone tell me the solution for  REUSE_ALV_FIELDCATALOG_MERGE i have passed final internal table.data: begin of typ_final,         matnr like mara-matnr,         werks like marc-werks,          end of ty...

    Resolved! Accepted Solution

    User Exit to Change 'Assignment Field' while uploading Bank statement using FF_5

    Hi Experts,We are uploading  bank statement using tcode FF_5. It creates BDC of FB01. then we process it via SM35. Its a country specific bank statement (Hungary). Now while processing BDC we found that document header text (BKTXT) and Assignment (ZU...

    Resolved! Accepted Solution

    GENERATE_SUBPOOL_DIR_FULL

    Hi guys,I have an issue and I'd like some suggestions... I'm using cl_alv_table_create=>create_dynamic_table but I have a problem with 36 subroutine pool generation limit... (ECC 6.0 / SAP_ABA 700 SAPKA70022)I found some posts but, nothing worked yet...

    Resolved! Accepted Solution

    Text Elements

    Hi All,                 I am writing a select statement as shown below.Even though I maintained text element for 009 as 'A' but when I double click on below line it shows me as 009 not found.Why? How can I rectify it.Thanks in Advance.          Best ...

    Resolved! Accepted Solution

    How to get all the auth objects into a role which are belong to specific auth class

    Hi Team,I have a requirement that, create a role with all the authorization objects which belongs to FI module.So in FI authorization class we have total 247 authorization objects. Now how I should get these authorization objects into a role directly...

    Resolved! Accepted Solution

    Search Help User Exit (if "one" entry in hit list, skip hit list and export)

    Hi everyone,I hope you can help me. I spent many hours on this one but I just could not find a solution (by myself and by searching google and searching the SCN).Problem like thread subject.I have the requirement to create a search help using search ...

    Resolved! Accepted Solution

    Suggestion required on how to copy repository objects from one system to another

    Hi,Current Situation:We have a global SAP instance which is used by all affiliates. Now we have a requirement to separately host one of our affiliates( Singapore). This means we would like to copy all development objects specific to Singapore and mov...

    Resolved! Accepted Solution

    How to include a new segment in FIDCCP02 idoc (OUTBOUND)

    Hi,I would like to know in which EXIT or BADI I should append my new segment to the idoc data.  I have created the new segment to add new Z fields that I added before on the BSEG, and I have created the enhancement of the idoc and put the new segment...

    BDC

    Hi ,      i created a customized table and i try to fill the table using bdc call transaction..For this purpose i created a tcode for that table using table maintenance generator. when i try to upload the excel file it is not uploaded...i checked thr...

    Education cess calculation

    Hi All ,We have TAXINJ procedure and our industry auto industry As per the tax regulator we can exclude the autocess for the calculation of education cesscurrent calculation Accessible value -100BED -                   24NCCD                    1auto...

    Resolved! Accepted Solution

    BAPI_PR_CREATE EXTENSIONIN

    Hello Gurus,I am creating a PR using BAPI_PR_CREATE, I achieve creating the PR, but I can't save value in the custom fields.This is my code, would you please help me?ThanksDATA: ls_req_item TYPE BAPI_TE_MEREQITEM,      ls_req_itemx TYPE BAPI_TE_MEREQ...

    Resolved! Accepted Solution

    DUMP Fetch Next Cursor Instruction after upgrade SAP BASIS to 740

    Hello experts,I really need your help.I have a program that uses the following abap code. After upgrade to SAP Basis 740 this instructions is always performing dumps DBSQL_ILLEGAL_SWITCH and there is no way I can find what pattern it is (it does not ...

    Resolved! Accepted Solution

    what's wrong in this program, I want to insert a row using this program

    TABLES: zemployee, sscrfields. TYPES: BEGIN OF t_zemployee,        empid TYPE zemployee-empid,        empname TYPE zemployee-empname,        dob TYPE zemployee-dob,        dept TYPE zemployee-dept,        END OF t_zemployee. DATA: it_zemployee TYPE S...

    Resolved! Accepted Solution

    Outbound Idoc

    Hi All,I am using outbound IDOC SHPMNT05 to process my shipment data, where in i am using the FM - IDOC_OUTPUT_SHPMNT to generate Idocs.Wherein i have few ZZ fields in VTTK, i have to push those ZZ fields also. Here i have to push the ZZ fields data ...

    Labels in this area

    Explore this Area