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

delivery bapi

Hi, experts,     My requirement is delivery header change for custom fields through bapi, only at header level,i got a bapi "bapi_outb_delivery_change"But in this extension1 and 2 is there, i added my fileds in extension1 and appending. it shows my w...

Flow control: Entry SAPMV45B, , P0, * , * , * is missing in T185 error in va01/va02/va03

Dear Experts,I am modifying standard SAP Proram SAPMV45A According to client requirement with access key. I added some fields and some push buttons in standard screen 8459. And i activated no errors are comming. When i click on any Function code(Push...

Resolved! reg:a report

hello everyone,i have a requirement from my client that i need to write a report for the  used transaction codes and underlying database tables in my clients project.actual requirement was i need to design the selection screen which containsselection...

Resolved! Code Inspector definition.

Hi Experts,I was wondering if anybody knows where you can find the code inspectors definition.I don't mean a list of check you can select. For example:      for extended program check you have many different check options.          let's say we pick ...

Resolved! Is there a way, a private method of a standard global class can be used in custom program?

Hello Experts,I want to use the method: DISPLAY_ERROR_LIST of the standard global class: CL_O2_XSLTDESC in my Z program (custom program). Unfortunately this method is a private method.I have referred to some posts similar to this like: http://scn.sap...

Resolved! message VN069 smartforms

hello floks,i have an issue with a smartforms working perfectly in quality but not in production with the message : VN069.i have check the printer set up with the trx SPAD in both landscape the set up is identical. The texts of the 2 smartforms are i...

Resolved! Function Module for Application Server

Hi Experts,I want to upload a Word or PDF file into application Server, i need a function module.i already used gui_upload,                     c13z_file_upload_binary,                     file_read_and_convert_sap_data.But they are not upload becaus...

Resolved! performance issue in ABAP report

Hi Gurus,I am facing a very strange problem in my report.I have written a 1 query    SELECT wi_id               wi_stat               wi_ct               wi_aed               wi_aagent               parent_wi          FROM swwwihead          INTO TAB...

Resolved! Getting a dump not able to convert into number.

Hi Team,Facing problem in converting the date into Dec length 15 Characters. Please find the below code.PARAMETERS: p_start TYPE sy-datum DEFAULT sy-datum. DATA:lv_output TYPE c LENGTH 19. Data:lv_start TYPE c LENGTH 14. DATA:l_time          TYPE t V...

Resolved! Any Function module or any other way to update/change the Function module's fields ?

Hello Experts,I want to update/change fields of function module, say import or export parameter etc. So is there any FM available and if not any way of doing so ?I am trying to see in debug mode how the change happens, but not getting anything.Please...

About Change request

Hi Experts,I have a doubt about the change request,i.e.., Is there any thing like Workbench requests and customizing requestsare client independent or client dependent in transport Organizer?Regards,AnandModerator message: please search for informati...

SSO without Kerberos

Hi ExpertsI am looking for an SSO solution without the use of Kerberos.The current setup is as follows: SSO is already setup and working between the Windows AD and ECC using SNC. ie. The user logs into the wondows domain and doesn't need to re-login ...

Resolved! Delete works with Single record but not with multiple

Hello experts.I’m working with internal table but stuck on a delete statement. Here is the structure of my internal table (li_cdpos_debi).    begin of t_cdpos, objectid    TYPE cdpos-objectid, changenr    TYPE cdpos-changenr, tabname     TYPE cdpos-t...

Resolved! REGEX problem

Hello, everyone!I need a regular expression that matches every text that is not part of the XML tag. I found the regex below, which works perfectly in any online regex validator, but when i test it in DEMO_REGEX_TOY an error occurs.(?<=^|>)[^><]+?(?=...

vneecious by Product and Topic Expert
  • 1268 VIEWS
  • 4 REPLIES
  • 0 Likes
Labels in this area