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

Resolved! Select options

Hi Experts,Following is my selection screen which is very common. Date field is mandatory. When I enter the following dates (there are 25 records for it), in debugger it shows 0. select ebeln          bedat        bsart        ekgrp        lifnr from...

How to consider internal transfer movement for material aging Z report

Hello Expert ,we are developing Z repot for material ageing .      In this we are using BSIM table  but in our case internal transfer movement such as ( 411 ,412 ,413 ,etc.) create debit credit entry in BSIM for this reason value of material getting ...

To show the list in complete format when creating an background job

Hi ,I need to show the list in full format when after running a report in background.In sm37 after the job run the the full list is not shown.when I click on 'Show complete list 'it will show the complete list.My requirement is I want this option in ...

User exit for CJ02

Hi Experts -I am working on a client requirement dealing with t code CJ02 in SAP PS module. Customer wants some custom checks on certain fields when creating/editing WBS structure under a project. I need this validation to happen at PAI event (ENTER ...

Tool which will automatically comment the obsolete code and replace new version of code

Hi Friends,In my current project i have a requirement that i need to create a report/tool which will automatically comment the obsolete code and replace that with new version of code. Is there any sample ABAP report/tool where in i can use that as a ...

Resolved! SD Invoice update z_fields FM/BAPI

Am I doing somethig wrong? Is there another way???CALL FUNCTION 'RV_INVOICE_DOCUMENT_READ'    EXPORTING      vbrk_i        = vbrk      konv_read     = 'X'    TABLES      xkomfk        = xkomfk      xvbrk         = xvbrk      xvbrp         = xvbrp    ...

Resolved! How to know no of records(in Internal Table) modified after using Modify statement

Hi Experts ,I am using statement Modify internal table transporting XYZ FIELD.I just wanted to know how many Records/Count (assuming more then 1 ) get updated just after successful execution of this command.Is there any system field exist?if yes plea...

Search Help issue

Hii All,I have attached a search help in a text box.The text box is for GL A/c.I have used the standard search help C_SAKNR .But the issue is when  I select one of the record from the help the selected record does not appear in the text box.So does a...

Leading Zero's

Hi All,   I am facing the problem with leading zeros.I am getting the  value for the field ZZMATNR is '00000000000000000000000000000000000000000000000000358934'.But user is expecting the value '0358934'.I used the function module 'CONVERSION_EXIT_ALP...

Resolved! Need to create an attachemnet in GOS for custom business object

Hello Friends,My Requirement:I am creating a custom document for some purpose which uniquely identified by a document number. My client want to save some files attached to thisdocument(like in ME21N) through GOS, while the creation of the document it...

Resolved! ABAP SQL query on

Hi,     Can anyone tell me what is the SELECT statement for getting the latest time records based on date and other parameter.Table dataDATETIMESOURCEDESTPRDQTY10.03.201413:18:51UHAABDHDXCC17B1,000.0010.03.201413:24:56UHAABDHDXCC17B3,000.0010.03.2014...

capture message after SUBMIT report

I have called submit report like below in  RFC function module . submit rfitemap              with kd_lifnr in r_it_lifnr              with x_apar   eq abap_true              with x_merk   eq abap_true              with x_norm   eq abap_true         ...

Performance in Parallel Processing

Hi,My program model is as follows:I have a RFC FM(ZRFC_BACKGROUND) that will be called in BACKGROUND TASK andThis FM in turn will call a child process(another RFC FM(ZRFC_CHILD)) in parallel for packages that are created in ZRFC_BACKGROUNDWe can use ...

Rocky1 by Product and Topic Expert
  • 1223 VIEWS
  • 2 REPLIES
  • 0 Likes

Resolved! How works transport request management tool? (Version / Reference)

Hi,I would like to understand how is working the transport management tool.When you save an object in a transport request, what do we save exactly ?     Is it just a reference to the object to lock it     Or it is a specific instance/version of the o...

Message to be displayed in next line.

Hello experts,I have the following requirement.Consider the below line of code,   CONCATENATE text-002              lwa_table-id              text-003              lwa_table-Name   INTO wa_body_msg SEPARATED BY space. Now i am displaying the message ...

Resolved! Long Text 0000000015120044ZOH ID ZOH language EN not found

Hi Good day,i am trying to Create, Save and Read the long Text.for that i have done the following.1. SE75 Created the Object and Object ID  Ex : Now when i implement the logic in the Program,at the end when i execute ,1. it does the CALL FUNCTION 'IN...

Resolved! SWLT tool static check finding is showing unexpected results

I am using SWLT transaction to find some static checks in code to optimize db queries. After getting static check it shows some loops and some method calls but when on double clicking that loop its not showing loop in code rather it shows an if-else ...

Labels in this area