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

BAdi

Hi, i need to pass tables, variables etc. in a BAdi from one method to another. is it a good idea to declare those in public section. i did so and it worked fine. however, when i execute the BAdi it says sytax error though it didnt say anything while...

Resolved! decode please

Hello Frnds, How to use itab without occurs 0 ... i need it for object oriented programming.tables: mara, marc, makt.*data :begin of itab occurs 0, matnr type mara-matnr, werks type marc-werks, maktx type makt-maktx, end of it...

Resolved! Where is the error???

Hello,In the program I am writing now, I have the following 2 lines of code:PARAMETERS: P_SUFFIX TYPE FILEEXTERN LOWER CASE.SELECTION-SCREEN COMMENT 22(12) TEXT-003 FOR FIELD P_SUFFIX.And when I use Direct Processing, an error message pops up:Generat...

Resolved! F4 popup requirement

Hi, I want to achieve functionality where I can return data for multiple columns from F4 help back to the calling screen. I m currently using. I also want to use my own select statement and not search help to do this. The following code is working f...

Resolved! Sales Order Popup

Hi , i have one requirement that while sales order creation if the value in the field shiptoparty is for e.g. 'colomabia' then i have to display a popup message, plz provide some input how to display this popup while the value in shiptoparty is 'c...

Resolved! logo upload!

Hello folks,I have to upload a logo in smartforms. I am just wondering how to do that?Should the bmp image be there on my pc? Do I have to do conversion to someother format?How should I proceed? Please help me with the step by step process for doing ...

Resolved! finding code in KSB1

I currently have a ticket open concerning adding fields to FBL3N. I am trying to find the code in KSB1 which retreives the offset accounting name for the offset account. Our Business analyst said that my process should mirror the way KSB1 does it. I ...

Resolved! Box in SAP Script

Hi , I am working on MEDRUCK (Sap Script) for PO , I want the item details to be in a box , to get it done i have added the command <b>BOX FRAME 10 TW</b> in the event <b>ITEM_HEADER_F</b>.But what is happening is that the box is displayed only on ...

Resolved! Re :rbdcpclr

thanks vijay& ferry, but when we execute with test flag set, the report output shows number of change pointers processed and also number of status record processed.whats the difference between two..even without test flag set both are displaying as de...

Resolved! File exporting

Hello,Is there any way of exporting my ABAP program code for a particular program (including all the includes, and preferably, if possible, to all related programs that are not standard) to some format such that it would be portable? (i.e., I could t...

Resolved! RBDCPCLR

Hi, Could anybody tell wats the program RBDCPCLR s doing?and also tell me wats the obsolette change pointer and processed change pointers on the selection screen. then if we click testrun check box and execute in report it showing 345565 chnage poi...

Resolved! Performance issue

Hi Guys,Here are the two select statements one is sale order and other is purchase order.these two statements are taking lot of time to get execute.can any one suggest how to increase performance. SELECT VBELN AUDAT AUART VSB...

Smartform Question ?

Printing a Group Bill of Lading . For a Group delivery there are multiple delivery items. The form Interface has three structures and a Table ( it has the group number and related deliveries ).There are multiple structures in the global def area.I wa...

Resolved! Error message

Hi Friends,I am calling a function module and then checking my Sy-Subrc value.In my debugging mode everything is wroking fine and the sy-subrc value is 0. my code is below. if sy-subrc <> 0. message e003(ZSDBDS). endif.It is still giving me ...

Labels in this area