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

Resolved! FM Query

Hello, I'm trying to use a  function module  "RRW3_GET_QUERY_VIEW_DATA".. The problem is that when it returns data in variable under IMPORTING tab for E_AXIS_DATA. it returns data in a table which is inside the variable. I want to know how to access ...

MB1A - WBS Element

Hi People,I have a requirement to fill the WBS element in MB1A TCode from a custom table and then disable it for further input.I would enter Plant, Movement Type and Special Stock (Value Q) in the first screen and in the next screen , I want the WBS ...

how to replace a number from string?

Dear All,I have below requirement can any one plz help me. In this below string i want to remove GB it is country key and this key is dynamic .how to remove it ?DATA : L_var1 TYPE string .l_var1 =  '                  Ledger 0L                        ...

Resolved! Need to retrieve External Source of Supply Status for PR (Purchase Requisition)

Hi,Some  PRs have a tab in item level - External Source of Supply.Need to know how can you retrieve the status of the same from database in ECC. Which table which field etc.Actually my req was to check whether the status is blank or not, I am checkin...

insert lines of internal table into another internal table for particular position wrt 'TAO'

HI Gurus,I have a issue with the ALV report expansion for particular item category TAO ,currently data is showing on the basis of sales order number but now we have to show the item category TAO data on the line item basis.so i have to insert the cal...

Suryaji26 by Participant
  • 4592 VIEWS
  • 10 REPLIES
  • 0 Likes

ABAP E Mail Issue

I have written a code to trigger E Mail from SAP using Function Module  SO_NEW_DOCUMENT_SEND_API1. Users used to receive emails properly with the email content in E Mail Body as per the requirement. But now I have observed with the same function modu...

Can u help me in ST05? while i am displaying trace analysis its showing the pop window as ''Cannot open kernel trace file for reading (End of file)''

plz answer me... i am facing this problem while i am doing sql trace.1-i activated trace for my tcode.2-deactivated trace after the program execution. 3- now , while i am displaying the trace the following error is coming.thanks in advance,Rahul

Resolved! NO_FIELDCATALOG_AVAILABLE

Hi,I'm a new user of ABAP. I'm trying to define an ALV Grid using two functional module ( REUSE_ALV_FIELDCATALOG_MERGE and   REUSE_ALV_GRID_DISPLAY ) but the program dump and give this error: "No field catalog available".This is my code:REPORT  ztest...

How to call custom search help by passing values from report

Hi......     I want to perform search help in my custom report input parameter, depending upon first input parameter .Ex -Consider my report as two input parameters....          COUNTRY     : -           REGION    :-                  I have to do sea...

nandishm by Participant
  • 3039 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! how to catch events on list box items in Module pool

hello all,i have a requirement like this,i need to create a list box in Module pool screen...(with two items in the list box)...when i select the first item i should display one screenand when i select second item i should display another screen...ho...

Resolved! last cell value is wrong in alv when data has 82 rows and 9 collums

Hi gurus,We meet an issue while using  REUSE_ALV_GRID_DISPLAY_LVC to display data. Whenever the internal table has 82 rows and there are 9 collums to be displayed, the value of the last cell in ALV will become wrong value, which is the value of anoth...

Resolved! Standard text not replaced properly after TEXT_SYMBOL_REPLACE

Hi SAP Experts,Good day!I have a requirement that reads standard text via FM READ_TEXT, that specific standrard text contains variables to be replaced. I used function module TEXT_SYMBOL_REPLACE to the variables inside the standard text.The problem ...

Resolved! The diff function in debug mode, how to find it's code?

Dear,     In debug mode, there is one good use function, diff, which is used to compare two internal table. Now I want to know how does this function go, I want to see it's code. I try to use the shortcut to debug, but it didn't work.     Does anyon...

Resolved! Problem with Custom fields updation during creation of Project Definition and WBS Elements using BAPI_BUS2001_CREATE

Dear Experts,For the purpose of the data migration of Open projects and WBS, I am using the following BAPI's:Project Definition: BAPI_BUS2001_CREATEWBS Elements :   BAPI_BUS2054_CREATE_MULTII have chosen these two BAPI's, as the projects have custom...

Barcode in Smartforms

Hi All,We are displaying barcode using smartforms and the code written for this is like: <STX>B0;o45,160;f3;c0,6;h100;w3;r1;i0;d0,18;<ETX><STX><ESC>F0<DEL>&lv_var&<ETX>In above line, what does i0 indicate. I read that it represents: i - Interpretive ...

Resolved! Deadlock of NAST table

Hello All,I do update NAST table by the following direct way:1.      UPDATE NAST SET vstat = 1 UHRVR = sy-UZEIT      WHERE OBJKY EQ lv_nast-objky AND KSCHL EQ lv_nast-kschl AND            ERDAT EQ lv_nast-erdat AND ERUHR EQ lv_nast-eruhr AND         ...

Labels in this area