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

    select statement

    hi to allhelp me inthis issueSELECT BLDAT DMBTR SGTXT FROM BSISINTO CORRESPONDING FIELDS OF TABLE ITAB_BSISWHERE BUKRS IN G_BUKRSAND GJAHR IN G_GJAHRAND BLART IN G_BLARTAND BELNR IN G_BELNRAND HKONT NE '00000207130'.i am eliminating gl accou...

    Resolved! Accepted Solution

    Custom Screen

    Hello friends,I have to make a front end screen like MFBF-transaction screen. It should do all the work as of MFBF but some additional work for some plants. What exactly do we mean by front end screen.Any suggetions,Shejal.

    Resolved! Accepted Solution

    Read table binary search

    Hi all,Can i use raed table binary search for Hased tables? I coded like this DATA:T_MODEL_HASH LIKE HASHED TABLE OF T_MODELWITH UNIQUE KEY PBPINO WITH HEADER LINE.READ TABLE t_model_hash WITH KEY pbpino = t_zwpbph-pbpapino BINARY SEARCH.But iam ...

    Resolved! Accepted Solution

    Issue with Program lock

    I have a requirement to lock the Program if it is already running with the same variant. My program is scheduled to run every 5 minutes for each variant. So if the program finds the Previous Job still under execution then it should throw an error say...

    Resolved! Accepted Solution

    RAWSTRING in DDIC Table???

    Dear ALL,i would like to add a rawstring in a Z Table, but it do not work. When i try to activate it, following message appears:Type RAWSTRING isn't allowed in DB-Tables.Is there no chance to have a db-table with a rawstring? I really need to have a ...

    Resolved! Accepted Solution

    lock between BAPI_CUSTOMER_HIERARCHIE_INS and BAPI_CUSTOMER_HIERARCHIE_UPD

    hi everybodyim using the bapiBAPI_CUSTOMER_HIERARCHIE_INS firstlyand the bapiBAPI_CUSTOMER_HIERARCHIE_UPD secondlyto insert and update consequentlybut apparently wen it goes to BAPI_CUSTOMER_HIERARCHIE_UPD, its still processing the records in bapi BA...

    alv with header

    hallow i use an alv but i thihk its old becouse i cant do a<b> header</b> . use the alv from se83 alv grid.did someone have a ex. to new alv or how i can i do a header in my alv. thankesthis is the alv that i use thankes for your answersDATA: ok_cod...

    Resolved! Accepted Solution

    Field symbols

    Could any one help me in solving the below problem..In the below code , Im getting the problem ' <b>The data object "WA_LFC1" does not have a component called "<COMP1>".</b> 'FORM check_bal USING wa_lfc1 STRUCTURE gt_lfc1 l...

    Resolved! Accepted Solution

    Split at # ?

    Hello,Ik have some sentence like this:welke bevestiging wenst u?: wandbeugel#Wilt u geluid bij uw plasma?: ja#Welke bron gaat u op de plasma aansluiten?: PC/Laptop#jaI need it to be split at every # into new filed of it_tableCan some one help me plea...

    Resolved! Accepted Solution

    query

    hello gurus, I am having an text in the input fiedl based on that i am searching the fields I ant to use the % how can i retirieive it based ont that CONCATENATE '%' reason_text '%' INTO reason_text.SELECT * FROM table INTO CORRESPONDING FIELDS OF T...

    SAPGUI HISTORY problem

    Hi,I justv started this morning with a new customer, ECC60, SAPGUI 640 Final Release, level 18.History is switched on but does not work.Files like sapfewdll_01_0003_04_1368_2316.err.trc are created in SAP work directory:(Error)(11.12.06 13:59:18.875)...

    Clemenss by Active Contributor
    • 369 Views
    • 1 Comments
    • 0 Likes

    Equipment_post

    Hi,Can anybody tell me how to use this function module EQUIPMENT_POST or a function module which can update the database table fields EQUI-WERKS, EQUI-LAGER, EQUI-CHARGE directly given an Equipment number. I found out that there is no bapi which can ...

    exit code

    I am using filed exit for unloading point in purchase requisition. code is something like this..If sy-tcode = 'ME51N' or sy-tcode = 'ME52N'....if cond1 message error.endif.....endif.If we are changing purchase requisition using display/change in ME5...

    Labels in this area

    Explore this Area