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

MESSAGE_TYPE_X abap error while creating an user in new client

Error analysisShort text of error messageNo active plan version exists     Long text of error message     Diagnosis          You must set an active plan version for this application Procedure          Set the active plan version in Customizing of Org...

Resolved! SmartForms include text

Hi SDN,Is there any inlcude text (what document class?) that we can use in smart forms that can use symbols (like &name_field&)?Document class DOKU DT doen't have the field TDINCLID with value space on table TTXID, that I supose is necessary.If I use...

Resolved! GOS - Cannot open .docx/.xlsx file programmatically attached to business object

I am supporting an existing web dynpro application that allows users to attach files to a purchase requsition in SAP.  The current solution allows for a successful attachment and display of .doc and .xls files, but gives an error when displaying .doc...

h_frye by Explorer
  • 3556 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! Change field via validation Exit

Hello, I am trying to update a filed (BKPF-BLDAT) thru a Validation Exit, but it's not working.here is my codeFORM Z002 USING bool_data TYPE gb002_015           CHANGING B_RESULT.     IF SY-SUBRC = 0       BKPF-BLDAT   = SY-DATUM       B_RESULT      ...

Resolved! IDoc receiver system

Hi all! I have a custom program, which is used for creating IDocs, during the program FM MASTER_IDOC_DISTRIBUTE is called and receiving system (chosen on the selection screen) is passed to FM with communication_idoc_control. During the FM, it gets re...

Resolved! Execute a Query from a report sending it parameters and capture the result

Hello everybody,Greetings from Peru, I want your help, Do you know how to execute a query from a report sending parameteres and capture the result in a internal table?The attached imaged has in red square the parameteres I want to send from a report....

Resolved! OTFDATA IS INITIAL

Hi All;I want to send mail with converting the smartforms to PDF,but when Iam sending the mailthe OTFDATA is coming initial so the PDF is not viewing.Can u help abaout this problem?The codes like below; REPORT  ZMM21098. TABLES : mseg,mkpf,ekko,ekpo....

Resolved! SAP note validity

Hi experts,I've read that SAP notes are changes to standard code which are to be included in the next release. I was approached by a team to implement a SAP note; upon checking the validity the note is only applicable to previous SAP versions. Our sy...

Resolved! Hiding the Print Button in the Selection Screen

Dear Experts,     I Have a requirement to Hide the Standard Buttons in the Selection Screen,     By Using the Following Link: http://scn.sap.com/thread/1101883   I got the Solution     Here is the Code :     DATA: it_ucomm TYPE TABLE OF sy-ucomm.    ...

Data Type change.

Hi Expert.Please help me,   I have create Z table here create one Field like Below.APPROVED_STATUSCHAR10Sourcethen i was change pre-define data type length CHAR 1 to 10. as belowAPPROVED_STATUSCHAR100SourceNow When We save data through program 10 cha...

how to catch return in BAPI_EQUI_CHANGE

hello all,i am updating equipment details using BAPI_EQUI_CHANGE.   CALL FUNCTION 'BAPI_EQUI_CHANGE'     EXPORTING       EQUIPMENT               = wa_itab-equnr       DATA_GENERAL            = it_data_general       DATA_GENERALX           = it_data_g...

Resolved! Cheque Printing Program

Hi All, I am trying to develop cheque layout copying sanded program (F110_D_SCHECK)..i am using stranded program  to print  (RFFOUS_C)How can i get the word in amount to the layout with the current set up or is there any way to get layoutThankskanish...

Dump - Access using NULL object reference is not possible!!!

Hi,I'm using the BCS class for sending HTM format email so i use the below code for that its working,DATA: gr_document      TYPE REF TO cl_document_bcs, gr_document = cl_document_bcs=>create_document(                      i_type    = 'HTM'           ...

TMG for j_1iexcdtl

Hi alli am trying to make TMG for excise table J_1IEXCDTL table but it is not allowing me to do. then i created Z table for the selected fields now the question isi want to pull the data to my Z table automatically how it will possible to retrive dat...

Resolved! LSMW QUERY

Gurus,I have created LSWM program & then done the field mapping using  auto mapping.All fields have been mapped.Then in source fields i have deleted some fields.Now for doing auto mapping i have to select CODE & make them initial & then  do the auto ...

Labels in this area