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

Resolved! Problem in VK15 BDC

HiI am trying to create a function module which create condition record in VK15. BDC recording is working fine but when i develop code in Function module it does not even pass the values to the screen fields. Code is as under , Kindly help   CLEAR bd...

Enter Cost Center error in Acc Assgn tab not removed even after filling it in PAI of custom tab through force call of process_item method of PO_CUST badi

Hi,I have implemented a custom screen in PO item level using MM06E005 exit. In this screen there is Cost Center field for input. Based on the value entered here i am populating the Cost Center in Account Assignment tab. This i have achieved by doing ...

probelm in uploading data from text file

Hi,i am downloding data using the below codeSELECT lifnr name1 ort01 FROM lfa1 INTO TABLE i_lfa1 UP TO 3 ROWS. CALL FUNCTION 'GUI_DOWNLOAD'   EXPORTING *     BIN_FILESIZE                    =     filename                        = 'D:\a.txt'    filet...

Resolved! BAPI_PO_GET_LIST

Dear ABAPer,I am not getting any data from mention BAPI. Will you please mention the reason:                RfcRepository repo = destination.Repository;                IRfcFunction poS = repo.CreateFunction("BAPI_PO_GET_LIST");                poS.Inv...

Resolved! cl_salv_table change row colour after adding new row with own function

Hi,i´m using class cl_salv_table in order to display an alv.I´ve created a button (own function) to add a new line with some calculations.*---------------------------------------------------------------------** §5.2 implement the events for handling ...

ABAP : internal table issue

Dear Friends , I have a problem related to internal table :here in internal table I have two fields like date and time .here two records are shown  :      date (UDATE )           time(UTIME)1-   07.08.2012                12:28:292-   07.08.2012      ...

Resolved! GOS file attachment for multiple lines selected

Guys,My requirement is as follows: Multiple lines in an ALV will be selected and in the popup one file will be selected, then the filemust be attached to the key rows. The steps of Business object creation and assigning key fields are over, file gets...

is there any function module to change the set pf status of program(RSSYSTDB) GUI-STATUS(%_FSDOC_)

hi friends...ex :    fm :  'RS_SET_SELSCREEN_STATUS'AT SELECTION-SCREEN OUTPUT.    CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'     EXPORTING       p_status  = '%_00'       p_program = 'RSSYSTDB'     TABLES       p_exclude = gt_exclude.   by using this fu...

Problem with Job Close FM

  Hi all,When i call FM job_close , it return sy-subrc = 5. that is job_nosteps.So , Why sy-subrc = 5 is coming instead of 0?My code is :CALL FUNCTION 'JOB_CLOSE'       EXPORTING         jobcount             = l_jobcount         jobname              ...

Resolved! Smartforms: Prevent loop starting new page on each iteration

Hello experts,I have developed a smartform with 3 tables in the main window. The requirement is to output each table in a loop on separate pages. However in the case of a loop on one of the tables, the output prints on a new page on each iteration of...

Resolved! cl_gui_alv_grid making cells editable / non editable on user demand

Hi all,i have the following problem. I have an cl_giu_alv which is not editable when first displayed.It has 6 columns and when the user marks a row and pushes a button then one some cells in the row shoud change from non edtiable to editable.I declar...

headerline

hi  all,  when u declare an internal table with header line  , it will be initial at the time of declaration. if u store some data in it and then refresh it, the internal table doesnot become initial again, rather it will have 0 rows. how can i make ...

Resolved! Program to pick up file on Application server to execute report RFEBLB00

Hi Experts,I have a requirments to execute the program for Processing of lockbox file in which standard program RFEBLB00.However the issue is the Name of  incoming file ( In BAI2 format) is unknown at the time of execution. ( As it contains the times...

Labels in this area