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

    EQUIPMENT_UPDATE

    Hi Can anybody tell me how to use this function module EQUIPMENT_UPDATE?Even though i provide all the data required the function module is going for dump saying <b>PARAMETER *HEQKT IS MISSING</b> even the parameter is being provided.The actual rquire...

    Resolved! Accepted Solution

    Calculating Percentage

    Hi There,This may seem like a stupid question but for some reason I can not get calculate the correct percentage of a value in ABAP.My Code:DATA TAX(5) DECIMALS 1 TYPE P.DATA GRS-CMPRE LIKE VBAP-CMPRE.TAX = 175 / 10.GRS-CMPRE = ( 13830 + ( ( 13830 / ...

    Resolved! Accepted Solution

    Field PKNUM too small

    Hello,The field PKNUM "Control cycle number" is declared on 7 digits. But it's too small. How can I do in order to resolve this problem ? Can I modify this declaration ? What's the impact if I change length of PKNUM ? Or do you have an other solution...

    Resolved! Accepted Solution

    ADDR_INSERT

    Hi,we have created a function that insert functional locations (PM module). We need insert their adresses too, and we pass the parameter adress_number in struct <b>data_general</b>-READ_ADRNR in BAPI_FUNCLOC_CREATE (previously we have created the adr...

    Resolved! Accepted Solution

    Problem in VA03

    Hello Friends,I am facing the problem in VA03. After entering order no it gives me Error message that 'Address doent exits'. I have traced out the problem and found that the entries in table ADRC are vannished. but the related entries are present in ...

    Resolved! Accepted Solution

    performance Issue in ABAP part as suggested by SE30 for the below coding

    Dear Abapers,The below coding was done by my seniors and having performance issue i.e in SE30 the abap part is consuming 98% of time.Pl. help us to solve this situation.With best regards,S. Arunachalam.the code is: REPORT ZOBJLIST LINE-SIZE 320 NO ST...

    Resolved! Accepted Solution

    what is bapi?

    Hi all.I am new to bapi's.i want to know about bapi.what is th purpose of those.I heard that by using these we can upload the data(like creation of sales orders0,and we can communicate to the other system..how both thinga are possible..can any body s...

    Resolved! Accepted Solution

    Interactive ALV

    Hey guys....In an Interactive ALV report, i want to put same header and logo to all detailed lists including basic list.But i will write Reuse_alv_commenteroy_write..only for first screen.It shold apply for all detailed screen...Is it possible?..If n...

    Resolved! Accepted Solution

    Logo in ALV lists

    How can I include logo in ALV reports,for GRID display logo is displying.. for other types of ALV reports, like LIST, Hierarchical, and Blocked lists. logo is not getting displayed.quick response is highly appriciated.Sujatha.

    meaning

    Hi Friends,I wanted to know the meaning of following codeloop.loop at lt_tab to ls_tab.if not ls_tab-f1 in S_f1.l_flag = 'X'.exit.endif.endloop.if not l_flag is initial.continue.endif.endloop.Anybody will tell me pls what is the meaning of if not ls_...

    Resolved! Accepted Solution

    selection screen

    hi,1) parameters: cno like lfa1-lifnr ,in this if iam not taking an input and i will execute wat happens? 2) select-options:cno for lfa1-lifnr i) if i take no intervals wat happen 2) no intervals no extension wat haapen 3) if iam not take ...

    Resolved! Accepted Solution

    dynamic string

    Hallow I wont to do a string dynamic that when I wont to ask for relation 027 and 034 the string bring me both of relation my problem is that didn’t work what wrong.DATA ceck_str TYPE string. IF switch_history = 'X' . ceck_str = 'relat EQ ''027'...

    Labels in this area