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

how to display two tables in a pop up (other than screen programming)?

Hai Friends,               I have a scenario that I need to display two tables in a pop up.In that case, i cant able to use screen programming because it is a enhancement spot and it asks for access key.I am not supposed to ask for access key.I tried...

how to fetch the values of cst/vat and ec/shec for excise invoice

Sir,          My requirement is smartform of excise invoice. cst/ vat, and rate of EC/SHEC  was  configured in sap.          what is the process to fetch the value of cst/vat in to smartform.          Is there any table where i get the value of cst/v...

Resolved! BAPI_MATERIAL_SAVEDATA (Accounting View)

Hello Gurus,                   I have written the below code for Accounting view, but unfortunately its giving error in this case. If i declare any of the return type i get a DUMP. Please Help.TABLES :   bapimathead,                  bapi_mbewx,     ...

Resolved! Standard VOFM Routines

Hi All,I have a situation where i need to edit a Standard VOFM routine (301) for Delivery under Data Transfer. As 301 is a standard routine, so i copied it into 901 and started working on it. Later i realized that, 301 had lot of Explicit enhancement...

Resolved! Dynamic Function Help

Hey ABAPers,I'm trying to write a function to where I can input a data element and it'll output the table of values for the config/F4 table with values. Please don't tell me of a function like SCTM_GET_TAB_FROM_DATA_ELEMENT or some other such functio...

material ageing

hi,i have created an alv z-program, which should be modified with ageing bucket specifications in selection screen.when i give materialno ,plant,storagelocation,date,aging bucket values in input selection the output has to displayaswe wil calculate p...

Resolved! Add new tab in QM01

Dear Experts,I have requirement to add new tab in QM01.In other forum,they specify how to add sub-tab.But i want to add new tab with new logic.I know there is XQQM Function Group through which we done coding...Please give me full steps how to add...R...

Update table LAGP

Hi All,I have a requirement to update field LAGP-IDATU. For that I am looking for a standard SAP function module or BAPI. My customer does not allow to write code for direct update on table LAGP. Please suggest any method to do it. Its urgent.Best re...

Resolved! F4 help in SAP GUI

Hi Colleagues,     This is regarding the development with SAP GUI.I have two related fields for example First Name and Last Name. Both are input/output field. I implement a F4 help for the field First Name. Is it possible, after selecting a value fro...

reference field is not updated while creating credit memo by using BAPI_BILLINGDOC_CREATEMULTIPLE

Hi all,I m creating credit memo by using BAPI_BILLINGDOC_CREATEMULTIPLE with reference to credit memo request ,Credit memo is created but the reference field is not updated  when I see in table vbrk ,its not giving reference field updated  for the cr...

Is it possible and advisable to write code in FORM KOBED to set rate and condition value for a specific condition type?

Hello !I have created a new routine RV61Axxx under vofm->pricing->conditions for and the same has been configured under the relevant pricing procedure for a new condition type ABC.ABC rate and condition value needs to be recalculated as per VK11 reco...

CSV file issue

Dear all,I am downloading a file using GUI_download for a CSV file . Its working file in MS-ExCEL but when we open it in edit mode in notepad , each entry is having double quotes in the beginning and end both .please share how to resolve this issue ....

Resolved! F4 help using elementary search help

Hi experts,I have created a report which has 3 input parametersPARAMETERS: p_cid   TYPE   zdrcityid,                         p_cname TYPE   zdrcityname,                         p_ccode TYPE   zdrcitycode.I have provided elementary search help(ZSHCITY...

COLLECT STATMENT NOT WORKING?

Hi,       following method used but last collect statement is not working...   CALL FUNCTION 'LIST_FROM_MEMORY'     TABLES       listobject = itab_list     EXCEPTIONS       not_found  = 1       OTHERS     = 2.    CALL FUNCTION 'LIST_TO_ASCI'     EXPO...

Resolved! Dynamic Internal table- change fields length from C(10) to C(20)

Hi All,I have created a Dynamic Internal Table in the below way. I have created a Field catalog and passed it to this Class & method.CALL METHOD CL_ALV_TABLE_CREATE=>CREATE_DYNAMIC_TABLE     EXPORTING *      I_STYLE_TABLE             =       IT_FIELD...

Resolved! error in FBL3N

Good morning,I follow this document:http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2074877d-fad9-2d10-c69b-f47fb0685327?QuickLink=index&overridelayout=true&49533858180066in order to have accounting offsetting in FBL3N....Running F...

uploading from excel

Hi Experts,I am creating a report in which I have to upload values from excel sheet to the internal table. I am getting a dump. I debugged it. Its because its picking up the heading as well. I want to pick from the 2nd line. Pl guide.RegardsPurnand

Labels in this area