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

Resolved! active cancelled excise invoice

Dear experts,                       I have a critical requirement, actually our client has mistakenly cancelled a wrong excise invoice, and now he want to have that invoice in their standard report where cancelled doc can not be seen.                ...

Debugging FM in background task with destination

Hi All,I need to debug a FM which is getting executed as a Background task and also with an destination call.            CALL FUNCTION 'XXXXXXX'           IN BACKGROUND TASK           DESTINATION           YYYYYYCould you kindly help me in doing so?T...

LIKP-VBELN & VBAP-VBELN

Hi,I have tried to write a programme, where in I should get all the sales document no: from VBAP, LIKP and the net value from those document.REPORT  ZVBAKVS.tables : VBAP, likp, VBRP.data : begin of info occurs 0,        vbeln like vbap-vbeln,       ...

Resolved! system time

Hi all,I have used the system data to take the system time and displayit in my program.......but I want this clock to work and refresh when the system time change.... I try to find it through surfing the internet but I didn't found any solution....co...

Resolved! Check whether selection screen can be generated or not without generating a short dump

Hi all,I found function module 'REPS_OBJECT_GENERATE' to check whether selection screen can be generated for a given program or not.If O_GEN_SUBRC value returned from the FM is not 0, it means that there is a problem with the program.However, if the ...

ec1 by Active Participant
  • 833 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! SAP LANDSCAPE

i read that DEV,QAS,PROD are 3 Servers in SAPLANDSCAPE .DEV has clients like 100(development),200(unit test).QAS has also clients 180 etc.PROD has client : 200  .As an ABAP developer i will login to the development server and login with 100 client an...

Error in view cluster.

Hi All,      I have created 5 view maintenance view for different tables. I have linked all the maintenance view  in generate table maintenance dialog screen or se54. when I tried to activate I am getting error saying " Error changing screen SAPLZFG_...

ALV Grid row limit

Hi Friends,I am working on a ALV Grid report using FM REUSE_ALV_GRID_DISPLAY wherein when the ALV report is executed I have to see only 20 default rows by default. I am not pulling the data from any database tables into this report. So when the user ...

BADI: CUSTOMER_ADD_DATA-CHECK_ALL_DATA is not working with additional data

HiI need to check in Customer Master data that field Condition Group 1 should be mandatory for Argentina. I used badi CUSTOMER_ADD_DATA- CHECK AL DATA with the following code. This is working fine  cause de the error message appears when saving but I...

Error HTTPIO_PLG_CANCELED when calling http_client->receive

Hello,I want to check the existence of a specific URL from ABAP. Here is the codingreport zmmrsl_check_url. data: http_client type ref to if_http_client     , result      type string     , err_string  type string     , code        type sy-subrc     ,...

Resolved! Restrict Billing Block

Hi,I want to restrict Billing Block with VA01 on CR (Credit Memo Request). I have read some messages about it, but there is still one question. I would like to test if the authrisation object V_VBAK_FAK can be used in this issue. This object is not i...

Labels in this area