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

    Dyamic Loop

    Hi guys,I have two dynamic tables <it_pro> and <it_acor>, and I need to make a loop statement for one of then depending on the column of an ALV that was edited.How can I do in order to do a loop dynamically?Regards,Eric

    ztable issue

    Hi all,I have created a custom field of type numc and length 4.Iam uploading data from text file to the ztable.an again i retrieving data from the same table in other programif its value is 1 its saving in database as 1 its not saving as 0001.When i ...

    date format

    hi to all,help me in this issue,i am working on customer statements i am getting problem likeit is picking up the date format according to the customer like30.05.2006 or 2005/05/26 like this in differt ways according to the customers but i want to ha...

    Resolved! Accepted Solution

    performance issue

    Hi all , This is my code is there any other ways to improve performance.REPORT ZPRODUCT .Tables : MARA,CDHDR.type-pools: slis.data: fieldcatalog type slis_t_fieldcat_alv with header line,gd_tab_group type slis_t_sp_gro...

    Resolved! Accepted Solution

    Sap Script

    Hi,Could any one tell me, How can I change the window size or create a window in existing script.Initially Script is copied to Z prog and modified and using. Now one more requirement is, they need some text to display in existing window. Script will...

    Resolved! Accepted Solution

    Check existence of a classification for a network

    Hi, I wloud like to check the existence of a gived classification for a network.To do this, I try to fill BAPI_OBJCL_EXISTENCECHECK that wait for an objectkey.So I think I need to retrieve that objectkey using BAPI_OBJCL_GET_KEY_OF_OBJECT.I try to do...

    Sort by char

    Hello,my first post..I'am beginner ABAP, so I'am stil learning..I have a char that it's supose to be a number en be sorted!data: tmp_line-tdline TYPE tline-tdline, tmp_line-tdline = 1.079tmp_line-tdline = 10.400tmp_line-tdline = 7.0...

    Resolved! Accepted Solution

    Workflow

    hi,my requirement is for a WF (for ProjectSystem) ,a WF should be triggered when an Activity of PS gets a UserStatus .Presently, i have attached a milestone to an Activity.Now is there a standard WF for this scenario, if not can we trigger such a WF ...

    memory-id

    Expertslook at the code below, i want to know how where i can seewhat these memory id CATT' and CATTNEU ,holdsImport CATT flags from memory import cattaktiv to lf_cattactive from memory id 'CATT'. "50A import cattneu to lf_cattneu from memory id '...

    date

    hihelp me in this issueg_netdt = g_fbdt + fbitg_netdt is dat format and g_fbdt is also dat format and fbit is of char 3when i am adding like thisg_netdt = 2005/05/29 + 25 daysit is givving a dump like unable to interup the number 2005/05/29.thanks in...

    Resolved! Accepted Solution

    loop statement

    Hi all ,This is my code i have millons of records in MARA table . I dont have where condition for mara table also if loop that one it consumes lot of time . Is there any otheway to compare mara all entries which are suitale for cdpos with single at...

    Resolved! Accepted Solution

    date

    hi help me in this issueThe actual date format is 2005/05/29i need the date format as 05/29/2005CONCATENATE L_ZFBDT5(3) L_ZFBDT8(2) '/' L_ZFBDT+0(4) INTO G_ZFBDT.by concatenating this way iam getting like this 05/29/20 since g_zfbdt is of type dats 8...

    Infotype Reporting

    How Do Everyone!I have added some custom fields onto the infotype 0019 - Monitoring of Tasks.These fields are appearing in the transactions PA20/PA30. If however, oneof the users runs PQAH (infoset query), the fields are appearing as blank.Is there s...

    Help me Urgent

    <b>BBKPF</b> BLDAT Document date in document BLART Document type BUKRS Company Code BUDAT Posting date in the document MONAT Fiscal period WAERS Currency Key BKTXT Document header text <b>BBSEG </b><b>Line item 1 data</b> NEWBS Pos...

    spool issue

    Experts,please look at code below ,execute the code in foreground and then executesame in background , i want same output in background(spool that is created) ,asit is in foreground<u><b>CODE</b></u>report ztest.DATA : BEGIN OF struc. INCLUD...

    Resolved! Accepted Solution

    Dynamic type definition

    Hi,is it possible in 6.20 to create a type dynamically ?I have a type TY_OUTPUT with 3 fields F1, F2 and F3. And depending on some user selections i want to add several fields to the TY_OUTPUT type, for instance D1, D2, D3 and D4.I know that it is po...

    h_senden2 by Active Contributor
    • 1901 Views
    • 6 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Unicode problem

    Hello guys,I am trying to figure out SM30 table events. I have lots of coding samples from the forum, but most of them doesn't work, because of a unicode short-dump.I am trying to implement a Before save event (01) in this form:FORM update_user_date_...

    Mandatory Indicator

    Hi All,I have a tabstrip and one of the tab has some mandatory data to be filled in. I want to move between different tabs even if the mandatory field is not filled, but want an indicator on the tab to show mandatory filed is missing.Any suggestion h...

    Labels in this area