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

Resolved! User re-name

after a user re-name i'm losing user personnel settings, user created queries, variants and report formats as well as PO history. i imagine the PO history will not be retained as it's in essence a new user but is there any way to transfer over the u...

Resolved! Hyperlink in ABAP

Hallo,I would like to know how I can call a link from an ABAP program. I am a novice in ABAP but can manage writing a little code.I know that I need to use the EXECUTE method in someway but since I am a Java guy, I have no idea how to go about it. Co...

Resolved! Convert XSTRING to XML

Hi All!I have a PDF Form which returns me an XSTRING.Now I have to convert the XSTRING to an XML file.Any clues on how to achieve this?I tried using FMs CRM_IC_XML_XSTRING2STRINGECATT_CONV_XSTRING_TO_STRINGHR_KR_XSTRING_TO_STRINGbut none of them work...

Resolved! How to set default contrct end date to be the fiscal year end in tcode VA41

Hello,Does anyone know if it is possible to set a default value of fiscal year end for the contract end date in tcode VA41.The config has options for date determination but I don't see it possible to be able to set fiscal year end. Also I don't see a...

Resolved! gui_upload

Hi , Im trying to use GUI_Upload to upload and excel file in ECC 6.0 But the filename is in the fn modules is of type string hence im convereting the value into string and issuing that value to filename . But still it is giving and dump .I tried with...

Resolved! RFC

Hi,I have to update the data from one server to another one(same table in both the server).that's why i created 1 function module,which is remote enabled in both the server, but i don't know what in the program i have to write?

SMARTFORMS problems

Hi,I want to show barcode on the report. I did following steps, but the barcode can not be shown correctly.(1)SE73, create a new barcode type, like CD39 (Bar Code Symbologies C39).(2)In SMARTFORMS>Style>Create a Style(3)In Style, create a 'Character ...

Resolved! 2 D Graphics

Hi All,I have some requirement from pharmaceutical client.They have developed software for Medicine Tablet Cover Packing.I need to map this software functionality in SAP.They have defined length and width of printed sheets,later in process these has ...

Resolved! regarding oops program

I have done simple oops program. the program is belowclass class definition . It is throwing error Method *** is unknown or protected or private. PUBLIC SECTION. DATA : WTEXT(40) VALUE 'ABAP OBJECTS'. METHODS:DISPLAY. ENDCLASS.&----*& class c1 ...

Text in ALV output

Hi,CLEAR WA_LISTHEADER. WA_LISTHEADER-TYP = 'S'. WA_LISTHEADER-KEY = TEXT-031. WA_LISTHEADER-INFO = SY-DATUM. APPEND WA_LISTHEADER TO INT_LISTHEADER. CLEAR WA_LISTHEADER.Text-031 = 'Tide Water Oil Company Ltd Location'.In my ALV output the enti...

Resolved! Leading zeros.

Hi,Can any one please tell me how we will add leading zeros to a field.I was declared the field field(10) type c, in internal table.Now i upload the data from flat file to IT.in flat file the value is '1254367'Now for this field i want to add leading...

refresh table-control

i made an alv,when i choose line i made a bapi update and get another alv-LOG (the number of update).when i come back to fisrt alv and made another update i get in the alv-log the number of the first update.i use refresh_table and clear control but ...

ERROR MESSAGE

hi all,i have one table cotrol having 2 flds ID and VALUE. ID is input fld but VALUE is in display mode.also there is another screen fld TOTAL in display mode. it will show total of VALUE of all rows of table control.when ID is entered if it is valid...

Labels in this area