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

Resolved! Error Messgage Handling

Hi all,have a look at this error messageCode : MESSAGE E252(I0) WITH <param_1> <param_2>.Now I want to Display This Message in Status Bar (Below) and the transaction should not allow to save.I have used this also : MESSAGE E252(I0) WITH <param_1> <...

Resolved! Correct Select in ABAP

Hi,i have a problem regarding a select statement in ABAP. I need to pick all equipments from table EQUI who have an related measuring point (IMPTT. link between tables is equi-objnr and imptt-mpobj).I thought of an inner join, but this is not the rig...

User exit for LP12

Hello, I'm working with transaction LP12 now and I'm trying to debug the user exit I have implemented.Please correct and help if I'm wrong with the fallow:The user exit used is MWMPP001 (EXIT_SAPLLCPP_001 => ZXLPPU01.I have created a project and I ha...

Comand field /n

I need to do something in my own module pool when the user type /n in the comand field in the toolbar when the transaction for this module pool is running. How I do it? in others words, how I intercepting the /n command field in my program. It's pos...

 (A Circumflex) character appears before every special character while doing table extracts

Hello,We have an custom extract program to provide table values to the auditors in a flat file format. We recently did a unicode conversion of our DB2 database and after the conversion we could  (A Circumflex) character appearing in front of every a...

pksurya by Explorer
  • 3074 VIEWS
  • 3 REPLIES
  • 0 Likes

BAPI_REQUISITION_CREATE not allowing account assignment distribution for Service PR

Hi, I have made a program for PR Upload and it's working for all cases except for PR service subitems which have distributed account assignment based on Percentage or Quantity. item 10 - subitem 10- having 2 distributed accounts based on percentage....

HTML Email with SO_DOCUMENT_SEND_API1 looks perfect in SBWP, but come empty when forwarding outsid

email-with-graphic.jpgI can see the email generated in the html sap mail manager smtp (SBWP) as "perfectly created email in html end with the graphics (Java Chart Graphics)", the problem is that when this perfectly generatd email i forward it to a ...

Resolved! Document creation fails sometimes for FM 'SD_SALESDCOUMENT_CREATE' when being called from a BAdI

HelloThere is requirement to create ECC document from an action BAdI in CRM and I am confronted with a peculiar behavior that sometimes document is created and sometimes it does not resulting in error "No customer Master record exist for Sold to par...

ICON ON ALV TO READ STATUS AND Put A icoN Color.

Hello Experts,im having a problem i have a alv created by CALL METHOD cl_salv_table=>factory,and now i want to join a field with ICON by status.like this:‘ ’ – yellow icon_led_yellow‘E ’ – red icon_led_red‘S’ – green icon_led_green‘A’ – inactive - ic...

Resolved! BAPI execution history log

Hi experts,I need to keep track of executions of BAPI functions in a client's system.Does anyone know if any log is created by the system after a BAPI is executed with or without success?Or would I have to do it manually using SLG0/SLG1 and the BAL_*...

kenzo by Participant
  • 5284 VIEWS
  • 2 REPLIES
  • 0 Likes

PF-STATUS(application tools) done't work when execute the ALV and pop up a new alv can't close

**Class definition for handling double click CLASS event_class DEFINITION DEFERRED. *Internal table and work area declarations for zpp_process_log and zpp_proitem_log DATA : it_zpp_process_log TYPE TABLE OF zpp_process_log, wa_zpp_process_log ...

Resolved! PF-STATUS doesn't work on oop ALV, and PF-STATUS doesn't work on the POPUP ALV

dears, when i execute the program below, the application tools doesn't work. i only could use'back','cancel','exit', and when i double click and popup a new window with another alv, the PF-STATUS doesn't work also, and the 'close' button doesn't work...

How to round off amount value to 2 deciaml places in sales order using VOFM Routines

Hi everyone,I am facing critical issue with rounding functions in VOFM Routine. As per my requirement i need to restrict the amount value to two decimal places for all condition types. Please find the screen shot of my scenario. Here the standard pro...

How to Filter Out Records with Null DateTime Values in a GET Request for OData Service

Hello,I am making a GET request on an OData service to get entities which have, among other fields, a DateTime (YYYY-MM-DDTHH:MM:SS) type of field. This field is filterable. I want to filter out those entities for which this DateTime field is null.Ho...

kakshat by Product and Topic Expert
  • 4844 VIEWS
  • 1 REPLY
  • 1 Likes
Labels in this area