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

Resolved! Function Modules.

I am creating a Function Module and in Export parameter I am giving:S_vbak like vbak-vbeln.In tables I am giving:ITAB like vbakIn source code I am giving :TABLES:vbak. SELECT vtweg FROM vbak INTO TABLE itab WHERE vbeln EQ s_vbeln. LOOP AT itab. ...

Create request

Hi, I have a issue like I have one report which will update the database tables at the end,But before updating the tables I need to assign this updated table entries to one request.this will be done by 2 function modules like TR_OBJECT_CHECK and TR...

Resolved! Crystal reports

Hi All, I am working on creating a Query Developer Role for BW 3.5. Everything seems to work fine besides that it does not allow me to Publish a Report to BO"Business Objects" in transaction /crystal/rptadmin......... I can publish a report ...

Resolved! loop

Hi all (1) What is the performance issue regarding folowing statement select-endselect inside loop.Loop -.Select -.Endselect.Endloop.Is there any option to write this statement in other way.2) In SAP-script se78 is used to upload logo. Then why...

Resolved! Question

Hi allI have a questions regarding function Modules. Three fm are (1) Normal (2) Remote (3) Updat. Am i write ? if yes the let me know about Update FM and what is the purpose & under what conditions these are used ?Thanks

Resolved! ABAP

Hi,Go through the following.write sy-uname into lw_user.write sy-datum into lw_date.write sy-pagno into lw_pagno.append gw_top_of_page into gt_top_of_page.concatenate lw_user lw_date lw_pagno into lw_heading seperated by space.write lw_heading and th...

Resolved! FIAA_NBV_SHOW_CALC

Hello experts. I have a spec to change a z program because some users dont get the true residual value result. To get this value, the program use the FM FIAA_NBV_SHOW_CALC but somewhere an authority check some fields. It is a standard code... how can...

Labels in this area