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

Resolved! error in smartform : Window MAIN does not fit onto page %PAGE1 (height)

Hi Friends..Hi I am trying to display a background picture in smartform.I have uploaded bit map picture in se78...then i opened tcode : SMARTFORMS :  I HAVE DOUBLE CLICKED ON pAGE > Background Picture >tab >  it is showing the error :  Window MAIN d...

Resolved! BCS - Send Email

Hi, I have a request where i need to send a email to approvers of a specific order,The problem is i dont think bcs is properly configured in my system or the code i am using is incorrect.My Code is based on the following link: http://wiki.sdn.sap.com...

Resolved! BDC Recording

I been doing a BDC recording for transaction VKM4, with transaction SHDB. After the selection is done I end up with several rows, which are all selected and processed (I click on diskette to save).But if I do this from the program only the first row ...

INNER JOIN WITH SELECT OPTIONS

hello,i have used a select query with inner join with conditions from select options,but its filling one field of the internal table wrongly,i will post you my select querySELECT b~aennr            a~aenst                                             ...

Resolved! Long text update in MM02 based on change in Short text & Classification fields

Hi Experts,My requirement is whenever short text field or any of the classification fields are changed manually in SAP, the changes should be reflected in the Basic Data Long Text. I need to concatenate the short text with all classification fields &...

Resolved! Adding buttons to my fullscreen ALV (cl_salv_table)

Hello experts,I use "cl_salv_table" for creting ALV grids.When i display my ALV in a container then i add buttons like this:*... §3.2 include own functions by setting own status    try.      l_text = text-b01.      lr_functions->add_function(        ...

F4 help issue

Hi All,I have below issue:there are two fields on the selection screen p_matnr & p_mtartwhen i selected f4 help for p_matnr  then corresponding value will be populate on p_mtart without pressing ENTER or any input action.Thanks in advance,Pradeep

Select MAX query problem .

Hi all ,I need to get the maximum date of an action run for a particular employee , hence I am using MAX keyword as follows   SELECT MAX( begda ) FROM pa0000 INTO g_begda WHERE pernr EQ i_pernr                                               AND   mass...

FM_COM_ITEM_NO_SCREEN_MAINTAIN is not working to update superior commitment item field in FMCIA

Hi All,I am using FM_COM_ITEM_NO_SCREEN_MAINTAIN to update superior commitment item field in FMCIA.It's updating fields other than superior commitment item, i am passing superior commitment value to I_FIPUP and I_F_FMCI-FIPUP in export parameters.It'...

Getting error when updating infotype 0022

data:wa_edu type yhess_t_edu. data: ls_p0022 TYPE p0022.   DATA: l_bapireturn1 TYPE bapireturn1,         l_bapikey     TYPE bapipakey.CALL FUNCTION 'HR_INFOTYPE_OPERATION'         EXPORTING           infty         = '0022'           number        = ...

Resolved! Updating table from Excel sheet or notepad through standard BAPI or report across the system

Hello experts,I am in a need to update bulk entries in a table in Quality system(Don't have an access to make changes explicitly ). Data would be available in Excel sheet.Have created one report in development system so that will be used to update ta...

ALV layout

How can I get a alv layout as below by coding:my problem is the title of the alvPlease help me,Dai Nguyen Quang.Moderator message : Search for available information, discussion locked.Message was edited by: Vinod Kumar

Resolved! SCMS_BINARY_TO_TEXT inserts additional hash symbol (#) after each char

Hi,I'm using function SCMS_BINARY_TO_TEXT that receives data stream with binary data (RAW) and returns text data stream.My problem is that SCMS_BINARY_TO_TEXT enters after each char symbol "#", for example if I have a binary stream that is equivalent...

MikeB by Contributor
  • 2979 VIEWS
  • 12 REPLIES
  • 0 Likes

Resolved! tabbed selection screen

Hi all,I have a tabbed selection screen. How can I see during runtime which tab is active? I assumed sy-ucomm would do the trick, since I assign a user-command to a tab 'button'?*.. build tabbed screen selection-screen: begin of tabbed block mytab fo...

SM69 error-can't transfer the file from windows server to unix server via. exec external program getting with exit code 1 error msg

Hi , I am trying to execute script via creating command line in SM69 which will transfer files from window server to unix server.But i am getting following error:"External program terminated with exit code 1"Kindly note the following point:-When scri...

Labels in this area