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

Resolved! Help SMARTFORMS creating multiple pages with different material records

Hi Abapers, I have a new requirement where I need to print a form depending on the number of inputted records, example:input 10 records to be retrieved from table MAKT..displaying matnr and maktxoutput should be:Page 1.           1          Coke ligh...

Resolved! Is there a solution to run background job between a specified time?

Hi All,There is a requirement to start a job to send emails to the client at specific time range. The example would be that the mails need to be sent from 7 AM to 8 PM daily every 20 minutes but not after the above time period. Could suggest a suitab...

Resolved! Error while executing webservice after SAP support pack upgrade to SPS-13

Hi .We have webservice created and hosted in Middleware (XI) calling the RFC of SAP HR system . We recently upgraded the SAP HR system totwo support pack levels. when we are calling exisitng RFC's thru webservice call which is hosted in XI system.. i...

Resolved! get string from variable within program

Hi Experts,I want to get string stored in a variable within programsceneriodata: v_cmd(200) type c.V_CMD = 'INSERT INTO AFRU1 (AUFNR,BUDAT,ERSDA,LMNGA,SMENG) VALUES (:<DYN_WA>-AUFNR,:<DYN_WA>-BUDAT,:                                                   ...

Resolved! SAP nested T code

Hi,I have a T code tc1, and I got two different programs as below:a. SE93 - > tc1, then found another T code tc2 related to it. So SE93 -> tc2, found a program p1 associated with tc2.b. tc1 -> System -> Status, then found a program p2 associated with...

Resolved! f4_field_on_value-request

Hi,i used call function 'f4_field_on_value_request' on  following program. TYPES: BEGIN OF ty_final,       matnr TYPE marc-werks,        END OF ty_final. DATA:it_final TYPE TABLE OF ty_final WITH HEADER LINE,            wa_final TYPE ty_final.DATA: i...

Resolved! push buttons created in ALV are not functioning. help me out

REPORT  ZPUSHBUTTON. TYPES : BEGIN OF TY_VBAK,         VBELN TYPE VBELN,         ERDAT TYPE ERDAT,         ERNAM TYPE ERNAM,END OF TY_VBAK.DATA : IT_VBAK TYPE STANDARD TABLE OF TY_VBAK,WA_VBAK TYPE TY_VBAK.SELECTION-SCREEN BEGIN OF SCREEN 200.SELECT-...

BDC for VA01

Hi Group,For one of my requirement I am using BDC for VA01 transaction, Main recoding contains below sections:1. Header in2. Go to -> Header -> Text2. Item (Material and quantity)3. Go to --> Item->Additional Data A4.Go to --> Item--> Order data5.Go ...

Labels in this area