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

Resolved! Pass unknown table name to FM

I want to pass a table name based on conditions to a functional module. How to do it ?CALL FUNCTION 'HR_READ_INFOTYPE'       EXPORTING         pernr                 = pernr-pernr         infty                 = ls_infty-line         begda            ...

doubt regarding key value in read stmt

Hi,READ TABLE  it_vbrp_arch  INTO wa_vbrp_arch WITH  KEY vbeln = ibil_doc_data-docno                                                            posnr  = ibil_doc_data-posnr.in above stmt i am reading data into table it_vbrp_arch with key values.my do...

BTE for making the "Payment block" Field in FB02 transaction non editable to specific user ids

Hi all,I have a requirement in which the "Payment block" Field in FB02 transaction is to be made non editable to specific user ids.Is there any specific BTE to do so?if yes,kindly suggest me the proper one since I am not able to get the proper BTE fo...

Resolved! Convert Time to Date

Hi experts..I am having a requirement to convert TIME into DATE.i have TEN FIELDS of TIME for the user to enter,when he enters time in all the 10 fields,i need to calculate the total time and days.let me tell if the user has entered time as,1-> 10:43...

Resolved! ME23N PO Print Issue

Dear Experts,I am having an issue while Printing PO.I have developed a smartform for the PO Print wherein I am Printing the Material PO Text and Info Record Note along with the Material Code in the smartform. The  Material PO Text and Info Record Not...

Resolved! Access a file when it is in read mode by other software using GUI_DOWNLOAD

Hello ABAP people,I have a requirement where i need to write data into a file but that file is being READ by other software all the time. So it gives me the ACCESS_DENIED error although i am able to open that notepad file in windows and also able to ...

FI document posting

Hi I am using POSTING_INTERFACE_STARTPOSTING_INTERFACE_DOCUMENTPOSTING_INTERFACE_ENDCurrently Im am able to create the documents using the above FM's.Im using this approach because TAX calculation is involved.However I need to first run the "Simulate...

Resolved! form routine?

  CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'    EXPORTING      i_callback_program       = sy-repid      i_structure_name         =       i_callback_user_command  = 'USER_COMMAND'      i_callback_pf_status_set = 'SET_PF_STATUS'    TABLES      t_outtab    ...

Resolved! Mark check box automatically in Multiple selection F4 help

Hi,On using the below FM i can select multiple entries in the F4 POP UP..  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'    EXPORTING      retfield        = 'P_ERNAM'      value_org       = 'S'multiple_choice = 'X'    TABLES      value_tab       = it_...

Resolved! SAP Role Mapping

Ideally workshops are held with business to (1) Map Transactions to Activities, (2) Map Activities to Roles, and (3) Map Roles to Positions. Following from this the SAP users will then be allocated to their respective positions and inherit said roles...

Issue with code written

Hello gurus,I have an issue with the routine when I am writing at the info package level. I need to restrict the vales with X in deletion indicator ( field in structure)The field is from the table PLMKThe ABAP which I wrote a code the deletion indica...

Resolved! VOFM Copying routines problem on Quality/Production

Hello Guys, I have met with an interesting problem. Can u please see if u can comment anything on this. 1. I have created one new VOFM copying routine (Copying Requirements->Orders) say 911. This is a replica of 021. And VTAF attached properly. 2. No...

Labels in this area