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

Resolved! Hello World ADT Elcippse

Hi i made my first Hello World on ADT Eclipse and it didn't show my user alias... CLASS zpo_hello_world DEFINITION PUBLIC FINAL CREATE PUBLIC. PUBLIC SECTION. INTERFACES if_oo_adt_classrun. PROTECTED SECTION. PRIVATE SECTION. ENDC...

d4xtian by Participant
  • 2623 VIEWS
  • 6 REPLIES
  • 0 Likes

UTF-16 conversion problem

I've a zipped file that contains UTF-16 LE text files. I'm using the standard SAP CL_ABAP_ZIP to unzip, which gives me an xstring. I want to convert that xstring into a string, but the problem is that the Byte Order Marker FFFE is being retained in t...

matt by Active Contributor
  • 2389 VIEWS
  • 5 REPLIES
  • 0 Likes

Resolved! WRITE issue to display

I wrote a program which calulate the third angle of a triangle after the user provide the First Two one. I create a button to made the calculation, but it didn't display it... how to forbid the user to put 0 on any field...of course the "Obligat...

d4xtian by Participant
  • 1761 VIEWS
  • 8 REPLIES
  • 0 Likes

Resolved! Getting Error in SO_DOCUMENT_SEND_API1 while sending email in HTML with PDF attachment.

Hi All, I have developed a custom program and I'm using SO_DOCUMENT_SEND_API1 to send email in HTML format with PDF attachment of SMARTFORM. My program was working fine. Doing everything Converting SMARTFORM to PDF and then to OTF etc. And this pro...

rmz01 by Participant
  • 6419 VIEWS
  • 6 REPLIES
  • 0 Likes

sy-index issur

I wrote a program to count the number of each vowels in a string character. Here is the code DATA: v_nom(10) TYPE c VALUE 'christian', vowels TYPE string, lenght TYPE i, char TYPE c, occurences TYPE i, ...

d4xtian by Participant
  • 913 VIEWS
  • 2 REPLIES
  • 0 Likes

​I need to update batch(CHARG) field for an inbound delivery but i am not able to do so.

I need to update batch(CHARG) field for an inbound delivery but i am not able to do so. I am trying with the below code: *headerls_header_data-deliv_numb = '0180001104'. *header controlls_header_control-deliv_numb = '0180001104' LOOP AT lt_li...

Is Receiver Type field in SWE2 mandatory when using Class-Method based event handlers?

See the below SWE2 config for ISUPARTNER BO, we are handling the event in a method within a custom class and it's triggering without any issues even with Receiver Type left as blank except for the following scenario: "In the Service Cloud, a move o...

shahbhat by Product and Topic Expert
  • 3194 VIEWS
  • 6 REPLIES
  • 0 Likes
Labels in this area