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

Resolved! ALV -Summation Icon Displaying Error.

Hi Experts, In ALV Program  while Clicking Summation  Icon for Amount Field Displaying  Error, Code: REPORT  ZFI_TAX_DETAILS. TYPE-POOLS: abap,             slis. TABLES: bsik,         bsak. TYPES:         BEGIN OF ty_doc_det,         lifnr TY...

In T023 table field WGBEZ60 is invisible in se11 but content we can see when we execute it

Hi ,We have standard table T023 for Material Groups where we can't see the description field WGBEZ60 in se11 field list.But we can able to see the content of that field while execute the table.I have a same requirement in my custom tableone of the fi...

Calling a web service from abap

Hi all,I want to call a webservice from ABAP.In my report i use the below code .web_rul =' http://test.asmx'.CALL METHOD CL_HTTP_CLIENT=>CREATE_BY_URL         EXPORTING         URL                = WEB_URL         IMPORTING         CLIENT            ...

Resolved! SUSR0001 cannot be worded

Hi experts,when i worked for last company, i used Exit SUSR0001,Component: EXIT_SAPLSUSF_001 to check the terminal ID ,but it cannot workd in my new company now.i coded programes in SUSR0001-EXIT_SAPLSUSF_001-ZXUSRU01 as before,i set break point in t...

jin_pan by Explorer
  • 1005 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! How to join two internal table rows in alternative manner into one internal table?

How to join two internal table rows in alternative manner into one internal table?two internal tables are suppose itab1 &  itab2 & its dataHeader 1Header 2Header 3abcdefghiHeader 1Header 2Header 3123456789INTO itab3 dataHeader 1Header 2Header 3abc123...

Resolved! Reuse_alv_grid_display

Hi All,Iam writing a report program using oops and I am displaying the data using reuse_alv_grid_display.But the client wants a UPLOAD button on application toolbar. Please provide a sample code that how to put a button on application toolbar.Note:I ...

if_http_client: Strange response content in Character format from ->response->get_cdata( )

Hello guys,with one url I get strange response content in Character format from g_data = g_rif_client->response->get_cdata( )The url causing the problem is: http://www.aida.de/justaidaThe content of g_data looks like this:<html><head><meta http-equiv...

error:You cannot use an internal table as a work area

REPORT  Z_EMPL_PERSONAL. TABLES : zemployees , zpersonal_detail. TYPES:  BEGIN OF ty_details1,         employee TYPE zemployees-employee,         title TYPE zemployees-title,         forename TYPE zemployees-forename,         surname TYPE zemployee...

Is there anyway we can call a TCode in Custom Container. I have seen earlier in Blog that it is not possible. No Solution?

I have a splitter control left side - I have a Tree control with All Transaction Codes. When the user double Clicks on the TCode I need to call that TCode in my Custom Container. Please help me if any solution. I HTML Viewer but they don't want  that...

Resolved! Passing data to different internal tables with different columns from a comma delimited file

Hi,I have a program wherein we upload a comma delimited file and based on the region( we have drop down in the selection screen to pick the region).  Based on the region, the data from the file is passed to internal table. For region A, we have 10 co...

Resolved! BRM - Org value mapping

Hi community,I have a doubt about org. value mappings with derived roles. When I derive a role, I select an org. value mapping with organizationals values. Then I generate this. The problem is I can not see from the master rol the name of the org. va...

Labels in this area