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

    Method interface

    Hello Gurus, SELECT-OPTIONS: so_objid FOR HR_SOBJID MEMORY ID pwn. CALL METHOD /gkv/cd01_cl_ausndb_tools=>ausndb_read EXPORTING i_rng_hr_sobjid = so_objid. i_rng_hr_sobjid structure:SIGN S_SIGNOPTION S_OPTIONLOW HR_SOBJIDHIGH ...

    Resolved! Accepted Solution

    BAPI_PO_CHANGE - Confirmation

    Hi gurus!I'm facing some trouble using the BAPI in object to confirm some Purchase Order positions.I don't have any errors, but in ME23N, under confirmation labels, I don't find anything and positions doesn't seems to be confirmed.I'm missing somethi...

    Write down report

    Hello guru guys..I wake up this summer morning and i thought an idea..In our company they want to write down all the processes, who does what. So, i think that it would be great-full to write a report in which the user-name of the user will have line...

    Resolved! Accepted Solution

    Table to find the transport requests created for a particular project

    Hi All,I want to know the database table in which the transport requests created for a particular project will be stored.My requirement is, I want to consolidate all the TR details which are saved for a particular project. Ex: If my Project name is '...

    Resolved! Accepted Solution

    Need new search criteria on Screen 102 of transaction va02 for payment card

    Hi Friends,I have a requirement in which i need to add a new search criteria of payment cardson the VA02 initial screen, can any one suggest me a approach for this.Please suggest me the elaborated steps.Thanks in advance.RegardsDigvijay

    Regarding IQ02

    hi gurus,There is any bapi to create Eqipment Sub structure in IQ02. I am passing FG material and serial no. and component material and serial no...I am using the FM EQUIPMENT_MODIFY, but for this i have to call it in LOOP and ENDLOOP.I want to pass ...

    Resolved! Accepted Solution

    About SU01.

    Hil, When I try to display a user through SU01 I am able to do it. But when I try to search the same user in SU01 via his first name / Last name it doesnt not return any value. Any inputs would be helpfull. Thanks,Shweta

    rounding value.

    PARAMETER: lv_amt type p DECIMALS 2.data: lv_data type p.lv_data = lv_amt.if lv_data > lv_amt.lv_amt = '0.50'.lv_amt = lv_data - lv_amt.else.lv_amt = '0.50'.lv_amt = lv_data + lv_amt.endif.WRITE lv_amt.sample code: if I'm entering the value 12.33 the...

    rounding value.

    PARAMETER: lv_amt type p DECIMALS 2.data: lv_data type p.lv_data = lv_amt.if lv_data > lv_amt.lv_amt = '0.50'.lv_amt = lv_data - lv_amt.else.lv_amt = '0.50'.lv_amt = lv_data + lv_amt.endif.WRITE lv_amt.sample code: if I'm entering the value 12.33 the...

    Secondary index

    Hi Guys, We are creating a secondary index for a table which is part of a database view. The data from this view is retrieved externally by SAP Java connector. The data will be retrieved using this secondary index key field. Now the question is, wil...

    Resolved! Accepted Solution

    Secondary index

    Hi Guys, We are creating a secondary index for a table which is part of a database view. The data from this view is retrieved externally by SAP Java connector. The data will be retrieved using this secondary index key field. Now the question is, wil...

    Resolved! Accepted Solution

    Regarding Lock objects

    HI,Can we create lock objects with partial primary key?Suppose if we have MBLNR, MATNR, DATE as primary keys for a Z table, Then can we create a lock object with only MATNR as the lock parameter?I want to create in the above way because i want to upd...

    Resolved! Accepted Solution

    data transmitting help

    Hi I have a file which consists of around 100 thousand records of Internal Orders.I need to take that as an input from a text file and upload the same into my report program and get the corresponding records from AUFK table.Once I get the details I n...

    Labels in this area

    Explore this Area