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

Resolved! Updating ENDDA in PA0001

Hi Gurus,I have a request, since 04 months HHRR retire an employee fro system, for a srtange an unknow reason the End Date (ENDDA) of Infotype 0001, is lower than Begin Date (BEGDA).They want to update this date right in transparet table, but even in...

Column Values getting truncated when executing ABAP report in background using FM: REUSE_ALV_GRID_DISPLAY

Hi Experts,I am facing a strange issue, one of the Column Values getting truncated when executing report in background. The column filed output length is 10 characters and the field "Chain ID" is of type KUNNR. But when we execute it in background an...

Resolved! CSS is not working in CL_GUI_CUSTOM_CONTAINER & CL_GUI_HTML_VIEWER

Hi,I am trying to put some style in HTML components, but it's not reflecting in SAP screen.Find the below screen of SAP, when i am trying to display Simple Button with some style like curve in corners. but style is not reflecting in output.but in chr...

ipravir by Active Contributor
  • 1174 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! Short dump in Smartform

Hello Experts,Before asking here i have already searched the web but didn't get the solution or reason of my error .So please help me.I am developing a smartform.Code is as below.SELECT   DISTINCT MSEG~LIFNR AS LIFNR   FROM MSEG INTO VCODE WHERE MSEG...

arpitr by Participant
  • 762 VIEWS
  • 3 REPLIES
  • 0 Likes

Need to send xlsx email attachment in zip format, currently using CL_ABAP_ZIP

Hi All     My initial requirement is to send an .xls file email attachment in zip format. for that i have used the class CL_ABAP_ZIP methods and able to create an .xls file in zip format. when i try to open the created excel file it is giving the bel...

anreddy by Explorer
  • 7312 VIEWS
  • 19 REPLIES
  • 0 Likes

Resolved! Archiving Files

Hi Experts,My Requirement is created one folder in that folders created 5 more folder, 4 folders related to Module wise folders and one more folder is for Archiving purpose up to this done folders.Every day files are placed by client or users each an...

Printing in COOIS

Hi Gurus,I have the following problem:There are 3 rows, displayed in COOIS. We selected 1 row and we want to print it after putting the 'Print' button. But we get the printing list for all the 3 raws, as if we didn't select anything.Do You have perha...

Resolved! complete notification while changing workorder status to release

Hi,I want to complete notification which attached to a workroder while changing system status, but i could not able to find any method to change the notification status to complete using bapi_alm_order_maintain while updating Workorder.Is this can be...

CM02 function module/bapi/ run with batch-input or in background task

Dear Community!I have got the request, to create a copy of CM02 and CM01, where i add 1 more column, which shows the capacity planning data of specific materials of the list seperately.I have searched for many ways already to get the data needed, but...

Resolved! Save Selection-Screen variant triggers At Selection-Screen On

AT SELECTION-SCREEN ON p_kvgr1.  PERFORM f_f4_values CHANGING p_kvgr1.FORM F_F4_VALUES  changing p_kvgr1.  TYPES: BEGIN OF ty_kvgr1,          kvgr1 TYPE kvgr1,         END OF ty_kvgr1.*  data: it_tab type value_tab.  data: lt_ret type STANDARD TABLE ...

ABAP to XML

Hello,I want to get this format XML from a ABAP structure:<ContactInformation><Contact>1234567801<Contact><ContactTypeIdentifier>VKN_TCKN<ContactTypeIdentifier><ContactInformation>I tried CALL TRANSFORMATION, but I only got this format:<CONTACT_INFOR...

Resolved! Tricky Regex

Hi,I'm trying to get a regex that will work in ABAP/4 that will scan the contents of an internal table are return the list of matching rows.so it's a FIND ALL OCCURENCES OF REGEX l_patt IN TABLE lt_cvs IN CHARACTER MODE RESULTS lt_results.The content...

Resolved! Text Description Change

I'm looking at changing the Text type description on our sales orders to match the Customer Master Data Text description. What is the best way to do this? For example, the customer master data shows "Z035 -Shipping note" and the sales order just show...

Resolved! Module-Pool - textbox

I am creating a module-pool to display some information on a screen created a tabstrip with 3 tabs (each tab calls a sub-screen), the first flap created at the end of the page a container and from it created a textbox through the method (cl_gui_texte...

Problem during updating sales order schedule line data through user exit USEREXIT_SAVE_DOCUMENT_PREPARE in MV45AFZZ?

Hello All,I am facing a problem during update of sales order schedule line data through user exit USEREXIT_SAVE_DOCUMENT_PREPARE in MV45AFZZ.When we are updating Delivery Block (VBEP-LFISP = 02) and Schedule line Cat (VBEP-ETTYP = ZE) directly from V...

Labels in this area