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

Abap OO Logging

Currently I know of the bal_log_***** function FM and another logging class that utilizes the 'bal' FM called cl_sbal_logger.Personally I don't think this is enough for a logging class. I would like to see abap do something similar to the java.util.l...

"I/O Error for text VBBK" Dump while updating text through F.M Create_text

Hello SAP Experts,I am trying to update Sales Document header text by using a Function Module 'Create Text'.I am using below code : CALL FUNCTION 'CREATE_TEXT'           EXPORTING                fid       = '0011'                flanguage = 'E'      ...

Resolved! Smartform, the logon language differ from the original langauge issue

Hi Experts,I need to change some code on some smart form. When i tried to change it, a message is coming which says, "Logon language differs from the original language." So what step need to be taken maintain in original language or logon langauge . ...

Avoiding nested Loops

Hi ,My loop condition is taking much time for execution. The tables used are BKPF & BSEG. Please find the condition given below.LOOP AT T_BKPF WHERE SUPER = T_SUPER-NAME.IF USNAM NE T_BKPF-USNAM.MOVE T_BKPF-UNAM TO H-USNAM.NEW-PAGE.ENDIF.PERFORM OUT....

SM20 Reports

Geetings,We run the SM20 audit log reports each month for DDIC activity when its associated with a terminal name. I understand best practice says to lock DDIC but because it is used for so many automated jobs the Basis group has not had the time to e...

Need to enhance idoc

I added a custom field on billing screen at item level in VF01/VF02/VF03 .For this field I created corresponding append structure in dictionary VBRP-ZF1Save action work fine and value get stored in ZF1. I used implicit enhancement.Now I need that sam...

update ATWRT field in AUSP Table using FM-BAPI_OBJCL_CHANGE

Hi All,I am using the FM -  " BAPI_OBJCL_CHANGE " to update the ATWRT field in AUSP Table.I am passing values to FM :EXPORTING : OBJECTKEY =  000000000000000095A000000062OBJECTTABLE = MCHACLASSNUM  =  BAT_COSTCLASSTYPE = 023In Tables :          wa_al...

Labels in this area