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

Resolved! SE38 dump

Dear All,I have faced a problem that the dump occurred when I edited a program using SE38.The detailed information about the dump as below**********************************************************************************************************SQL er...

Using OPEN DATASET...WINDOWS LINEFEED can't open file on server

Hello Experts,I've been given a requirement of adding linefeed (CL-LF) at the end of each line. I've written the following code but when I go to AL11 and try to view file then I can’t open it. Am I making any mistake? Can somebody please rectify my i...

Update CUA Master

Hello, I need to update the Role information and profiles of users along with the validity details in the user master. There are about 20,000 user id's which needs to be updated. There is a bapi by name ' BAPI_USER_CHANGE' which i am able to use for ...

Resolved! Try/Catch in subroutines - DUMP

Hi all,the code below set a short Dump."First CaseREPORT ztestefbp . CLASS cx_exit_sgf DEFINITION                         INHERITING FROM  cx_static_check. ENDCLASS.                    "cx_exit_sgf  DEFINITIO START-OF-SELECTION.   TRY.       PERFORM ...

Resolved! Job cancelled after system exception ERROR_MESSAGE while running the program SWN_SELSEN in background

I have configured Extended configaration and scheduled the Program SWN_SELSEN. I have created work items and run the program SWN_SELSEN to test.I am getting job failed with below error.Job started                                                      ...

Resolved! BAPI for MM01

Dear All Gurus,My client wnats to automate Material Creation(MM01) process without any manual intervention. I wish to use BAPI_MATERIAL_SAVEDATA but there you need to pass the Material Number. But Material Number is created automatically in the syste...

tharu by Contributor
  • 1278 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! BDC Transcation Call

Hi Expert,This is my code       lt_bdc-program = 'ZDT_SD_SALE_ORDER'.      lt_bdc-dynpro  = '2000'.      lt_bdc-dynbegin = 'X'.      lt_bdc-fnam = 'BDC_OKCODE'.      lt_bdc-fval = 'SWITCH'.      APPEND lt_bdc.      CLEAR lt_bdc.      lt_bdc-program =...

User Exit in MIGO

Hi all,I'm working for the Transaction Code MIGO. I need to validate the Executable Action for MIGO Transaction (godynpro-action), Reference Document for MIGO Transaction (godynpro-refdoc), Material Number and Movement Type. When I was searching for ...

Send File to IIS Server

Hi,I have an requrement to send an excel file from SAP to IIS Server (Like we sending the file to FTP Server), based on the IIS Server IP address.Kinldy suggest if is there any methods available to send file to IIS server.Thanks & Regards.Praveer Kum...

ipravir by Active Contributor
  • 423 VIEWS
  • 1 REPLY
  • 0 Likes
Labels in this area