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
  • 83432 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! PO Header custom screen and fields are not being updated in EKKO

Hi,     I implemented both the BADI ME_PROCESS_PO_CUST and ME_GUI_PO_CUST .  The screen is being displayed.  When I enter the data it is working fine i can navigate back and forth the data is not getting lost in the fields . But when i save and reope...

Code required for updating email ids from flat file (.txt) in XK02 Tcode using BCD Call Transaction

Hi experts,I have tried the attached code (zcalltrans_xk02) to update email IDs in xk02 as per vendor IDs. It is populating the flat file records into the screen of xk02 as per my recording in shdb. But after doing ENTER ('BDC_OKCODE' '=UPDA'), it sa...

Resolved! An Implemented Screen Exit doesn't appear on screen MM01/02/03 (Quality System)...

Hi guys, I implemented a Screen Exit and it appears on the screen MM01/MM02/MM03 in the Sandbox, but it doesn't appear in QAS (Quality System). I followed a guideline when I implemented it some months ago, but now I've transported the request to QAS ...

Resolved! Get records from internal table based on field1 is diff and field 2 & 3 is same..

Hi,i have searched for many threads and i know on how to get duplicate records. But this logic seems to be bit complex.I have to get the records from internal table comparing 3 fields whereas the field 2 and 3 should be same and value in field 1 shou...

Resolved! converting binary to pdf

Dear experts,I am trying to retrieve archiving data using FM "archivobject_get_table" and converting it to pdf document using FM "SCMS_BINARY_TO_XSTRING". I am getting the PDF document correct i.e. I am able to open when the toa02-reserve = 'PDF'.But...

BAPI Return Errors

I am using BAPI_ACC_DOCUMENT_CHECK/POST to post to fb01.there are some cases in which this bapi returns error with no PARAMATER or ROW.this make it difficult to identify which exact line item is causing error.1-is there any way to identify exact ;lin...

Performance wise which one is better: loop inside select single or select outside loop and reading inside loop

Hi All, I am having code like shown below... loop at it_vbeln.   SELECT * FROM vbfa  WHERE vbeln = it_vbeln-vbeln.   SELECT SINGLE * FROM vbkd WHERE vbeln = vbfa-vbelv.endloop. whether can i use the select statements outside the loop? select VBELN   ...

Performance wise which one is better: loop inside select single or select outside loop and reading inside loop

Hi All,I am having code like shown below...loop at it_vbeln.   SELECT * FROM vbfa  WHERE vbeln = it_vbeln-vbeln.   SELECT SINGLE * FROM vbkd WHERE vbeln = vbfa-vbelv.endloop.whether can i use the select statements outside the loop?select VBELN       ...

ABAP Unit?

Dear Mentors!I have been hunting to find a a good start with SAP Unit.What ever I find, on wiki or on google shows, say, how to test 2+2 or 3*5. I don't find any post showing how to use it, say abap report, where it is not so easy to determine the ex...

Resolved! Eliminating Inner Joins with Loops and Reads - Performance

Hi Friends ,I have a scenario like this :- Case(1) with one inner joinSELECT a~mandt                     a~kappl                     a~kschl                     a~datbi                     a~datab                     a~knumh                  INTO CO...

Labels in this area