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

Resolved! Table AUSP

Hello Experts,I need to read classification data of Objects I created using CACL. As I read in another thread in this forum the information should be stored in table AUSP. My Problem is to find an overview about the table's structure, so I can see th...

Resolved! hi all

Hi , I am very new to ALE IDOC . My requirement is to transfer all materials from one server to another .Please provide me with step-by-step approach.can somebody help me in this regard.THNX in advnceregards,kushagra

Resolved! Alv Report program

Hi ExpertsI have created one report program and display the report in the ALV using FM Reuse alv gridNow i want to handle double click on one of the field to navigate to different transaction .Please help me in this regard .. also i am not creating a...

Resolved! Questations on BAPI

HI all,I have some questations on BAPI function modue creation,1. After creating bapi function module we have to release the function module. why should we release the Function module ?2. Creating BAPI object, What is API Method ? W...

Resolved! Tabstrip save

Hi Experts,I have 2 subscreen in the tabstrip screen. I have save option in the menu. When i cilck on the save button the active screen data is not inserted in to the table. With this i have attached the code for reference. please let me know the mis...

Resolved! Field-Symbols

Hi, I have to create one report, whose selection screen would have only one parameter which would be any table name, and then i have to display the table contents in a ALV grid display,can anybody suggest, how to do that with the help of field-sym...

doubt in ALV

hiI am facing small problem when displaying the report using reuse_alv_list_display.After displaying the report ,when iam clicking on the back button it is not going to selection-screen some blank screen is coming.I want to go to selection-screen wh...

Internal Table

Hi Guys,How do resolve the following run time error:Short TextNo roll storage space of length 3389448 available for internal table.Error AnalysisThe internal table could not be enlarged further...Your help will greatly appreciated...Thank you,Ndumi

Resolved! add zeros

i have writter below code..DATA: lv_amt1(18) TYPE c, lv_amtint1(14) TYPE n, lv_amtint2(3) TYPE n, lv_sign(1) type c. IF p_lv_fieldval >= 0. lv_sign = '+'. ELSEIF p_lv_fieldval < 0. p_lv_fieldval = p_lv_fieldval * -1. lv_sig...

Warranty Claims

HelloI need to upload Claims data into transation WTY through a upload program.I created the upload program and used the bapi BAPI_WARRANTYCLAIM_CREATE.My problem is that it is uploading the header details and when i claick on item details it gives s...

Hello All

can any one tell what is the solution for the unicode error for the following upload function module.I have used the class gui_frontend_services CALL METHOD CL_GUI_FRONTEND_SERVICES=>GUI_UPLOADbut there is no cancel parameter in this method.CALL FUN...

Resolved! Event check_data_changed

Hi all,I have a requirement where i need to change the the records and create a new records in GRId.I am referrering the standard programs BCALV_GRID_03 & BCALV_GRID_04.But there the event check_data_changed is triggering only at the time SAVE button...

Labels in this area