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

Resolved! How differentiate different data in smartform with foreground and hinterground mode

Hallo Experts,I have question reagrd smartform in foreground  and hinterground mode. When i want a generate form in foreground then print data in smartform in z.b Contact : SY-USNAME. ( hardcord) . Loging User When a generate formular  in hintergrou...

Clear sap memory

Hi,How to clear or free the sap memory during the run time?I have tried few scenarios.REPORT  ZSAP_MEMORY. DATA : VALUE1(30) TYPE C VALUE 'SAP MEMORY'. PARAMETER : MATNR TYPE MARA-MATNR. SET PARAMETER ID 'MEM' FIELD VALUE1. FREE MEMORY ID 'MEM'. DELE...

Remove Serial Number From Delivery Document & Change Delivery Quantity to Zero!

Hi Guys!          Please share if you have any information on the following requirement:The scenario is, For a Return RMA Order, SAP PI will sent delivery information via DELVRY07 IDOC, SHPCON Message type. IDOC_INPUT_DELVRY is the FM used. I need to...

run time error

I have Run time error in each select from AFRU. I used package size, index but even I can not select with packing size 10 !!!!SELECT  AFRU~AUFNR  AFRU~VORNR  MAX( AFRU~BUDAT )    INTO TABLE IT_OR PACKAGE SIZE 100      FROM AFRU JOIN AFKO ON AFRU~AUFN...

problem on zreport using tables cosp and coss on cost analysis of production order

hi,I'm developing a zreport to compare the actual and planned cost of a production order.I don't understand the conditions that to be maintained in COSP to differentiate the field Transaction ( goods issue, cost of goods sold and settlement ), that d...

Resolved! Does "ORDER BY PRIMARY KEY" make any sense inside SELECT..ENDSELECT in HANA?

Hello All,I try to understand if there is any difference in result between a) and b) in HANA:a)    SELECT * FROM table INTO work_area      WHERE field = field      ORDER BY PRIMARY KEY.    ENDSELECT.b)    SELECT * FROM table INTO work_area      WHERE...

WRAP ALV HEADER.

Hi,I need help to write a code to wrap the ALV header having long text in multiple lines. I have been searching on forums to find a solution to fix this issue, but still not able to.Can you please help me out here by guiding me about steps to solve t...

How to change the Variant Dynamically in the program and pass it to another FM?

Hi All,I want to execute a Report in a function module  using JOB_SUBMIT FM, but the Input(Variant) to the report  changes every time, So i need to  (1)Get the  Static Variant of the report,                         (2) Change it dynamically in the co...

Labels in this area