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

Hi

Hi experts,i have to get a field name from query result.data:i_field_name type ref_table-field_name.select single field_name from ref_table into i_field_name.suppose i_field_name containes "matnr".i have to write mara-matnr = '001'.how can i achieve ...

Resolved! Field Symbols in methods

Hi all,i'm working with classes and interfaces.i have a class and some methods in it.in one of the method i create a new transaction number and this transaction number should be stored in some structures.there are 6 structures.in OO Abap internal tab...

Resolved! help in pnp

Hallow I doing a program that use logical data base pnpce and It working o.k.The problem is when I choose one org. unit and I wont see the Data just on her I get other org unit that I don’t choose Maybe I forget something in my codeRegardsSTART-OF-SE...

Resolved! Help in alv

Hii use class CL_GUI_ALV_GRID to show alv.i want to make alv grid to be editable.i create field TEXT i put in fieldcatlog in edit = 'X'SET REGISTER_EDIT_EVENT GR_ALV_GRID->REGISTER_EDIT_EVENT( I_EVENT_ID = CL_GUI_ALV_GRID=>MC_EVT_ENTER ). GR_ALV...

Resolved! User Exit Variable

Hi Guys,I have a secured variable and a user exit variable in one of the BEx queries. I want to populate the user exit variable with the value entered for secured variable.Secured variable - Selection Option, optionalUser exit variable - Multiple sin...

ALV Report(sap-abap)

Hi Friends, my requirement is like this ; -This is a summary report listing all BOM’s for the selected material types that have changed within the date range entered. Any special materials (ZSPE- Material Type) which contain components that are n...

Resolved! BDC Call: Table Control

Hi guys,Hoping you could help me out with this. The program I am writing requires a BDC Call to VL02N:<b>Update Picking Tab As Follows:</b><b>Copy the Delivery Quantity -> Picking Quantity</b>This is based on selections from an ALV Report.The problem...

Resolved! Need OSS note

Hi,I am presently working on SAP ECC 6.0.The script F_RFKQSU40_10 is not been updated with the latest version and some suitable OSS notes need to applied to update this form.Right now in my client server i can see only 11 page windows. But in the lat...

Modify printing

Hello,we would like to modify the printing behavior of a sap system. Instead of printing to a printer, we would like to send the data to a RFC destination. The RFC destination creates a response, returns it to the sap system and the sap system prints...

Resolved! idocs

<b>1) after editing the idoc it will generate new idoc number or not?2) idoc number that is generated in development,quality,produuction is same or itwill differ?3)after master idoc is generated communication idoc will generate these communication id...

Resolved! BDC Recording

Hi all,I am working on BDC Recording for the first time.I have a custom screen to the SAP Standard programme, Customer master.When I do the recordings I cannot go to the Custom Screen.Can anybody tell me how to deal with this issue.In my Customer mma...

Resolved! MODIFY TABLE

Hi, i am modifying a ztable, if it is sucess it is returning 0 as sy-subrc, but if fails it should return sy-subrc as other than 0, but in my case even if i give the data already available in ztable with same primary key and secondary key valu...

Resolved! Idoc inbound process

HI IDocs can be passed to the application either immediately on arrival or can follow in batch.I can post an inbound IDoc by calling a function module directly: A function is called that imports the IDoc directly. Can anyone tell how to do this which...

To append zeros

Hi all, I have a requirement in that i have to append zeors to the left of a character variable which is having length 10. While using shift statement the default character is space, then i tried with the 'IN BYTE MODE' option but there the repre...

Labels in this area