Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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...

Criticality.png

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...

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83497 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! 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...

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! 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! 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! 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! 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