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

concatenate message

Hi All,In my input screen I have two fields time1 and time2 where the condition is time1 should always be less than time2. if I enter 50 and 30 then I need to display message in status bar as "50 greater than 30".  I need to display the values in the...

Reading line item text from sales order

Dear all,                   I have to display the text for items in a sales order i am using  INCLUDE statement.                   TEXT NAME  = 002030036000100(Combination of Sale Oder + Item number)                     TEXT ID = ZPAG                ...

Resolved! Check directory_exist

Hi experts,I'm doing directory path validation using below code.CALL METHOD CL_GUI_FRONTEND_SERVICES=>DIRECTORY_EXIST        EXPORTING          DIRECTORY            = L_DIRECTORY        RECEIVING          RESULT               = L_STRING        EXCEPT...

Resolved! Problem when updating gross weight and volum

Hi Guru,i have a problem when i updating gross weight and volum with BAPI_MATERIAL_SAVEDATA .This is my code:CALL FUNCTION 'BAPI_MATERIAL_GET_ALL'     EXPORTING       material            = matnr_p       plant               = werks *      stge_loc    ...

Resolved! Modify layout RFBILA00

Hi All,we have donne a copy of RFBILA00 as ZRFBILA00 to modify layout ALV tree, we need create also function group ZBSPL.how can we add columns to layout ? do we need  custom structure ZBSPL_TREE_FIELDCAT with new columns ?What is the link between ZR...

Get full Username from SU01 in Change Docs for Sales Orders (RVSCD100)

Hello.we want to change our user-IDs to HR Personal Number. Now we need to resolve the full Name from SU01 in change docs of SD Sales Orders. Report (RVSCD100).Is there any possibility (user exit,.. ) to achieve this goal ? Or any other report, which...

Resolved! Local language in SGTXT

Hi All,I have requirement where a document is created via FB01 in chinese language and viewed in English language, will the item text (BSEG-SGTXT) field get translated to english?If not, how to do that? Is there any tool/program/exit/ any procedure t...

Resolved! GUI Status in ALV

Hello,          I am using FM 'reuse_alv_grid_display' and want to add button at toolbar i have created GUI status i.e is copied from standard GUI status of Function grup slvc_fullscreen Gui_status Standard_fullscreen adding the button, but even afte...

Dev164 by Participant
  • 379 VIEWS
  • 1 REPLY
  • 0 Likes

How to check previous select value dynamically (from Sorted Internal table)

Hi experts,I have one sorted internal tables (sorted by customer number) . i am selecting the values from that table( using loop). I want check my next select value is same as before value(customer number) or not . I want do some operation based on t...

how to delimite the database

Hi Friends,am creating one database table with fields empno, name, join date,     end date, position.i want to insert details like         v              100     john    01-01-2011  31-12-9999  team member.if i enter a new record with  101  01-11-101...

Resolved! Making an effective Select

Dear Experts,I want to select from the table REGUP only those entries where there are the same accounting documentNumber(BELNR) for the VBLNR.How to make an effective select statement here.Eg:-VBLNR       Belnr1000011     22615500051000012     226155...

Resolved! How to replace '#' with '?' for Replacement Field in GUI_UPLOAD Function module

Hi Experts,   I am trying to use GUI_UPLOAD function module in my custom program. My file havesome special characters, which is by default replaced by '#'. But my requirement is toreplace with '?'.   I try to pass '?' instead of '#' in the function m...

Change Customer Screen Field Label Name Dynamically in XD02 based on other Input field

Dear Experts,I have a requirement, wherein I am supposed to Change the Customer Screen Field Label Name based on another filed in the same screen.For example an additional Z customer-screen has been added to XD01/ XD02/ XD03. In that screen we have m...

Labels in this area