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

Resolved! BDC_CURSOR

BDC_CURSOR (cursor position)is recoreded by SHDB.But it is not mandatory to append the BDC_CURSOR into the internal table IT_BDCDATA, because it is nothing but the cursor position.bUt so many times i hv seen in real time coding That it is appended in...

Resolved! CALL TRANSFORMATION

Is it possible to add a table type within a structure that is begin passed into call transformation? I am trying to convert xml file data into abap structure which has a table type within a table type. Is this possible?In the xslt i have a loop with ...

Resolved! Field-symbols

Hi,Is it possible to rewrite the following code without defining <fs>? field-symbols <fs> type any. data lo_contex_element type ref to if_wd_context_element. assign <ls_parameter>-value->* to <fs>. lo_contex_element ?= <fs>.Regards

Resolved! ISSUE:BDC In user exit

Hi all,I have used BDC inside user exit.I am getting an error while activating the user exit .The error is before the statement 'FORM' the structure included by 'FUNCTION' must be ended by 'ENDFUNCTION'.(Not getting what 'FUNCTION' is mentioned in e...

Resolved! layout of canlendar

Hi experts,Any chances to change the layout of canlendar? For e.g., when clicking the field related to date, the pop-up layout of canlendar just shows the current month. The previous month or future month can be viewed by clicking a backward arrow or...

customer ageing

HI Experts,I have made a report thats based on customer ageing..i have used BSID & BSAD tables in that..since its a ageing report i have to fetch the whole data upto current date..Now 1 more condition has been added into it that i have to check for t...

Resolved! Table maintenence

Hi !I have a custom table for which the table maintenence is maintanied. Now I would like to wipe of the coplete data fropm this table so that I can upload it with fresh new data . When I go through SM30 and prints the table name and click maintain ,...

Modify MM02

I want to modify material master (Change only one value in Material master). I have developed a custom program using FM "BAPI_MATERIAL_SAVEDATA" to modify the record (It is working fine as required). The number of records I need to modify is over 2...

Resolved! Long text

Hi all,I have to split a long text @ every 72 characters .But the split should not break any word in betwwen .For example : ABAP READ_TEXT functions to read the SAP Long Text. ... Procedure to create SD text types · Read sales document flow using a ...

Labels in this area