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

    blank screen problem

    Hi experts.I have got a wierd problem. I wrote this report that takes some parameter and option selection and produces a report with ALV control. Now the problem is when I try to go back a blank page appears before taking me back to the input screen....

    Material Document

    Hi,I want to find list of materials whose stock balance has changed for today with the condition of movement types(i have around 50 movement types)For wht movement types a Material document gets created ???List of Movement Types: '102','105','106','1...

    Resolved! Accepted Solution

    Compiling INCLUDE progam

    I am new to ABAP programming. When I compile an INCLUDE program, sometimes I get the following message:"REPORT/PROGRAM Statement Missing, or program type is I (INCLUDE)".But sometimes, when I compile it acts just like a normal program and gives eithe...

    Linking APO Orders

    Hello All,I am using Function Module /SAPAPO/OM_DRP_IO_GET to obtain order information for various plant/product combinations. The returning list in ET_IO will return information for a Forcast (FA), a Planned Order (EE), and Dependent Demand (EL). Fo...

    Resolved! Accepted Solution

    Hotspot..again

    Hello,Thanks for everyone who replied my questions about hotspots initially.However, I still have one more question about it and is really hoping for your help.In the program I am writing now, I wrote the report at the end-of-selection event and then...

    Resolved! Accepted Solution

    Doubt in smartforms

    Can you tell me when i'm using templets i couldn't display text in Line 1 ,column1 but i can do in line 1,column2 or column 3..But donot know why i could display the text in line 1 ,column 1?..Pls let me know..thanksbut this is happening in line 1 ,c...

    Resolved! Accepted Solution

    Selecting min value

    I coded a select stmt which should return a min value and it is not returning correctly. select f1 MIN( distinct f2) as f2 f3 f4 into corresponding fields of table itab from db1 where f1 in r_f1 and f3 = <constant> group by f1 f3 f4.There ar...

    Resolved! Accepted Solution

    BDC_OKCODE for batch jobs

    Hi everyoneI am modifying an existing program that creates a batch job. Does anybody know what the possible values are for the BDC_OKCODE field eg. /00, BACK, =PDE3 and so on. I see that they tend to relate to function codes from the Gui status - i...

    Resolved! Accepted Solution

    HELP IN TABLE CONTROL

    Hi all,Iam using the following code to make rows inactive so that its not possible to give input to the table control in one of may screen 9002IF OK_CODE = 'SAVE'.loop at cnt_STS-cols into w_cnt_acct.if w_cnt_acct-screen-group1 = 'TES'.w_cnt_acct-SCR...

    Resolved! Accepted Solution

    Regarding BDC

    Hi all,I am calling FI_ITEMS_MASS_CHANGE FM within loop.it is giving error as 'Entry is locked by another user'.for first record in loop it goes to FB02 transaction updates the entry and comes out succesfully but for 2nd entry it is giving above erro...

    Create time event

    Hi,I need to develop a program that automatically creates time events (transaction CO19).I found function BAPI_PRODORDCONF_CREATE_TE that should do this. I've been playing around with the timeevents table but without success.Does someone have sample ...

    Labels in this area