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

GUI Cannot be reached

Hi all, I am facing a problem, when i schedule a session in back ground i am getting an error message and the transcation is not successfull. When i ran the swession in no display mode, every thing went fine. Please see the error message <b>Session O...

Resolved! Conversion exit: numbers in database, two decimals on screen

Hi,I need to save a numeric value in database containing only numbers. At the same time I need to display the value on a screen with two decimals. For example, the value of "12" should be saved in database as "1200", and it should be displayed on a s...

CRM BADI debug

Friends,We are uploading the flat file to create a business partners through External List Management using the SAP provided BADI, 'CRM_MKTLIST_BADI' . We created an implementation 'ZCRM_MKTLIST_BADI' and added the custom code in the method 'create_...

Resolved! BDC problem

Hi experts,i am doing BDC for IW31 order creation.now i want to set the user status at operation level.when eneter user status it is saying order is not yet released.once i relase and save the user status is saved(manually).Please tell me how do in B...

Resolved! Get modificartion in alv

Hi there,I have an ALV, but not OO, I'm using 'REUSE_ALV_GRID_DISPLAY'.I have editable cells, and I want to get the edited values when the user click an ENTER, is it possilble, because the enter does not trigger any event in the alv in this case...Th...

Uploading excel

I have a problem uploading an excel, i have to upload some cells that can have 1000 characters, so i can´t use nor cells methods nor 'ALSM_EXCEL_TO_INTERNAL_TABLE', when i save it like tabulated file or csv file and i use ws_upload, it works, but whe...

Resolved! FI Reverse Document BAPI

HiI'm reversing FI documents using BAPI_ACC_GL_POSTING_REV_POST and BAPI_ACC_DOCUMENT_REV_POST, however I'm confused about how this works in comparison to manually reversing a document via FB08.I am calling the BAPI from within the same system that t...

Excel Template

Hi all,1- I want using Excel Template in my Abap program. How can I send data to Excel Template in my Abap program?2- I am creating values dynamically in my program. How can I modify my Excel template for formulas? An examplea b c d e...

Alv end of list

Hi..........!im using the FM Reuse_aLV_grid_display to display a list.For top of page im passing the form name in i_callback_html_top_of_page parameter, its working fine,but i want to too call end of list event.if im passing event table in the same...

Badi for XK01

Hi,I have a situation wherein I have to change the tab strip heading of the screen that has been added by using the badi <b>VENDOR_ADD_DATA_CS</b> and <b>VENDOR_ADD_DA</b>TA.Can any one suggest from where and how can I get the names of the tab strip ...

BAPI Enhancements

I had created a RFC and included in BAPI and BAPI is also released.(Obviously function module is also relased).But later the function module needed change in conditions. Can i change the function module? whether the modifications be reflected in the ...

appending problem

Hi,Iam trying to display 4 lines of text for the particular doc no.But iam getting only last line.How to achieve it.Here is the code. loop at t_hdr. loop at t_det. write:/ t_hdr-name. write:'-'. write: t_hdr-text. t_hdr-group = t_det-QMGRP...

BAPI Creation

Hello Everybody,when i was creating a BAPI i gave the fn module name as Z_MPAY_BAPI_CUSTOMER_DETAILS, it showed error message but when i tried twice with the same BAPI was created.I just wanted to know will there be any side/longterm effects by doing...

BAPI Creation

Hello Everybody,I am a novice to BAPIs. I read that While creating a BAPI if we have more no of inputs we shall create a BAPI Structure and use it.What i really want to know is, is it <b>COMPULSORY that i declare a BAPI structure for inputs</b> and u...

Labels in this area