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

how to avoid disappearing of text in list box when a mandatory field is not filled

hello all,in a module pool screen i have list box and below is a Text field with mandatory condition...when i press enter key (when the mandatory field is empty) it is giving an error saying fill all required fields ,this is finebut suddenly the text...

Resolved! function module to move a file from a directory to directory in application server.

Hi ,  I am trying to move a file from one location to another location on the application server. I have used FM ' ARCHIVFILE_SERVER_TO_SERVER' which is actually copying the file but not moving. then I have tried using external commands in Windows NT...

Import Image Files BDS_DOCUMENT to SE78

Hi Gurus:I’m want to move images to trans. SE78 or as a standard text, this images are in BDS DOCUMENTS file as a *.JPG, I am  using PERFORM import_bitmap_bds IN PROGRAM saplstxbitmaps                                 USING gi_filename               ...

Resolved! Dynamic Query

Hello, I have a query about internal tables. I have an internal tables as follows.ZROW CHARAC  CHARVAL1           MATERIAL 1001           CALYEAR  20131           CALMONTH 121           AMOUNT  2002           MATERIAL 2002           CALYEAR  20132   ...

Resolved! Dynamic Query

Hello, I have a query about internal tables. I have an internal tables as follows.ZROW CHARAC       CHARVAL1           MATERIAL      1001           CALYEAR       20131           CALMONTH      121           AMOUNT       2002           MATERIAL      20...

Resolved! Too many recipients found for message type SHPMNT in the ALE model

Hi;We are trying to send message type SHPMNT to 2 external systems.We’ve defined filter in BD56 & BD95 for shipment type (VTTK-SHTYP).When using only one external system with filter on SHTYP, iDOC is created.When adding the 2nd message type (within s...

wernervm by Participant
  • 2863 VIEWS
  • 7 REPLIES
  • 0 Likes

Export and import data between 2 screen of same program thorugh field exit

Hi.I have requirement  to export and import data between 2 screen of same program, Actually I have T.code FI01  in this When I entered Bank key e.g 23 it moves to the next screen. I want to display the bank name on to the next screen  corresponding t...

ABAP Development

Hi Experts,Currently developing my ABAP skills,I have a formula which contains brackets ((([SEL34])/1000)/([SEL27]+([SEL28]*6.0924)))I would like to have code which checks the opening brackets and closing brackets.it should if the opening and closing...

In FREE_SELECTIONS_RANGE_2_EX

Hi Everyone,This is my code data: rt_dyn_trange  type rsds_trange.   refresh: it_dyn_texpr,            it_dyn_texpr-expr_tab. * get report dynamic selections:   CALL FUNCTION 'RS_REFRESH_FROM_DYNAMICAL_SEL'     EXPORTING       curr_report        = g_...

Resolved! factory method which returns a refrence to the same class object

Dear Experts,Can you pls. give some clues on this issue.How can I create an abstract class with its own factory method which returns a refrence to himself. example given data:    go_descr type ref to cl_abap_structdescr,            gs_comp type abap_...

Issue in sending email with PDF attachment using cl_document_bcs=>create_document

Hi Friends,I had coded a program to send email with PDF attachments using cl_document_bcs=>create_document. Now the program is working fine but the problem is email body content is not being displaying in the received emails. Need your kind help. For...

Resolved! Date format in smartform

Hi All, I am currently working on smartform development. In my smartform,the month in date format should be display as  character,  date and year should be in number format..for example , 06.05.2013 should be display as  May 06,2013. How can I acheiv...

at end of -problem

Hi,    am using describe table lines syntax within a loop.Code is..LOOP AT IT_S0031 INTO WA_S0031READ TABLE it_fin into wa_fin with key MGVBR = WA_S0031-MGVBR. if sy-subrc = 0. lv_qty1 = WA_fin-MGVBR + lv_qty1. endif. at NEW matnr.   DESCRIBE TABLE i...

Labels in this area