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

Resolved! Re : Error in look up code

Hello Gurus,I have an issue with the code, I wanted to do a look up for the code my requirement is that in order to fill the field called end user I need to do a look up on condition below if <COPA table>- customer is   initialthen fill up the value ...

VF01 Output Type

Hello,At VF01, there are different billing types and each type corresponds to one output type. For a certain billing type, it should include two different output types. How can I configure this?Thanks. Moderator message : Not directly related to ABAP...

Resolved! Create CRM order CRM_ORDER_MAINTAIN problem on reason field

Hi.I´m having a bad time trying to create a ticket on SAP CRM.I am using CRM_ORDER_MAINTAIN, it creates the order, but the reason is coming empty.I tryed make some changing in program according to some other posts, but nothing...Can somebody help me?...

RV60AFZZ

Hello gurus, my requirement is to update a z-table with all billing document details (data of vf01) and I was advised to update the z table through this include RV60AFZZ and I just can't make head O tail of it.. I mean how can we update a table throu...

Append Line button on std ALV Toolbar is appending a non-editable line to the ALV...we need editable line

Hi All,I am working on ALV grid with toolbar in a module pool program.I am clicking on the std toolbar Create /Append line button, it is creating a new line.....but the issue is the new line is uneditable.....why....I copied the standard gui from SAL...

Resolved! Converting a field in a key field in SAP standard transparent table.

Hi Abapers.In spite I have found several previous discussions, I have not found what I am really looking for.The scenario is as follows: There is an standard table which we need to add a new key field; We have made an append structure, but we need to...

Resolved! BW Abap clarifications

Hi experts, I saw in SAP BW in standard update rules this abap code: IF COMM_STRUCTURE-CALDAY IS INITIAL. RETURNCODE = 1. ELSE. RESULT = COMM_STRUCTURE-MATERIAL. RETURNCODE = 0. ENDIF. the second part of the code is clear. If calday is not empty, the...

Search Keyword

Hi Friends,                    I Studied about Search Keyword and i am using search keyword in report and i prepared one itab of ty_text having one field text(32) type c and i am filling the itab as follows.clear : wa_text.wa_text-text = 'LMN'.append...

reports

suppose I have 100 entries of student information in my database , so I want to write a select query such that if I press    A*   then all the entries of student's name starting with char A...... should display, can anyone suggest the select query.

Resolved! How to display certain columns in CL_GUI_ALV_TREE alv

Hi All,I've a scenario whereby i need to display certain columns in ALV tree.For eg : 1st level of alv = Inv.doc numner ==>table LINP             2nd lvl of alv = Storage bin number ===> table LINP             3rd lvl of alv = matertial number, qty, ...

Resolved! Wierd result to Function Module RP_CALC_DATE_IN_INTERVAL

Hi,allWhen I use function module RP_CALC_DATE_IN_INTERVAL to calculate date, the result is kind of wierd.For instance,         CALL FUNCTION 'RP_CALC_DATE_IN_INTERVAL'         EXPORTING           date      = input-begda           days      = lv_days ...

Resolved! Smartform- Long text formatting as per the original formatting of the user.

Hi,Smartform which displays output needs to be as per the original formatting of the user. What I tried to do is similar to the link below-http://allaboutsapsrm.blogspot.com/2012/02/long-text-formatting-problem-in-srm-7.html<Define a logic for splitt...

Resolved! Selection Screen

Hi,        Following query runs based selection screen. When we do not enter single value S_AUFNR which has to pull based on s_date wise or including S_Aufnr wise. We have an option like radio-button.. is there any option to do?SELECT ap~dwerk       ...

method set_message_subject not sending "long subject" (more than 50 chararcters)

Hi,I am trying to send mails with subject whose length is more than 50 characters. I am using the class cl_bcs. and method set_message_subject********************CALL METHOD send_request->set_message_subject        EXPORTING          ip_subject = sub...

ALV display for MR51

Dears,I have copied the t-code MR51 to ZMR51 so that the outputfor can be displayed in ALV grid report. The  FM 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' with replaced with FM  'REUSE_ALV_GRID_DISPLAY' to achive this.ALV report is working fine but when I pres...

FUNCTION_CREATE

Hi,I have to create code dynamically at runtime. So I'm going to use the function 'FUNCTION_CREATE' .Assume the FUNCTION-POOL Z_FYN_FUNC_TEST exists, but the pool is empty - no functions, no types ....My code looks like:DATA: include TYPE RS38L-INCLU...

Resolved! Problem in Dynamic screen

Hi,I am having trouble in dynamic screen creation. When I choose a field as a parameter and use screen-invisible = 1 , it works fine with me and the field & selection text both get hide. But when I choose it as select-options, the selection text gets...

Resolved! Better code for fallowing code

BEGIN OF y_mara,       matnr TYPE matnr,  "Material number       mtart TYPE mtart,  "Material type       meins TYPE meins,  "Base Unit of Measure       END OF y_mara,wt_mara              TYPE TABLE OF y_mara,BEGIN OF y_afko,       aufnr  TYPE aufnr, ...

Resolved! How does button "Write off" and "Count information" in t-code:LI20 being developed and trigger.

Hi All,I'm currently copy over LI20 to a Zprogram due to some customization. I use "CL_GUI_ALV_TREE" to replace 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' because user would like to display 3 level ALV.Anyhow, when i check on Report:RLLI1400 or Program: SAPML0...

Labels in this area