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! CHECK in CASE statements

Hi all,    Can we use IN statement in a CHECK statement? I am very new to abap. I am designing a report where I need to check wheather the value of a field lies in any of the given values. My code looks lik this..LOOP AT it_mseg INTO wa_mseg.   READ ...

Resolved! Insert Outlook Signature in created mail with 'Outlook.Application'

HiHow can I add Outllok Signature in my created E-Mail?I use this code to create an email via Outlook:***************************************************************************************DATA :  lv_ooutapp              TYPE ole2_object, "Outlook.Ap...

Resolved! Function group XXXX

Hi,     I have developed one function module z_update_ekpo_cust and it is working in development system.The same function module is not working because of this error " Function group ZUTL contains errors".I identified the issue that my function modul...

Resolved! QM

Hi Expert.Please help me, here below i describe my business requirement and solution and problem.Business Requirement  :  When Made Force UD through QA11 Long Text required.Solution                       : I use Exit QEVA0007 and made code Like this...

Resolved! alv do_sum issue

Dear all,in my alv output,  3rd column = ( 2nd column / 1st column ) * 100.this formula is not working for total row i.e  i need (20/523) * 100 = 3.82if i give do_sum = 'X' , then 3rd column total is 100.if i give do_sum = 'C' then 3rd column value i...

Resolved! Create a sale order with BAPI_PO_CREATE1 and change the vendor mail.

I'm using the bapi BAPI_PO_CREATE1 for create a sale order and everything is fine. But now i need to change the mail for vendor.This is my BAPI implementation:     DATA: VL_VENDOR TYPE BAPIMEPOADDRVENDOR.          VL_VENDOR-E_MAIL = 'examplemail@myco...

Resolved! TID and error in IDOC

Hi Experts,I have a customer query for our adapter.FI IDOC is being send from the external system to SAP. Suppose the FI IDOC is posted in SAP it will return a TID to the external sytem.Now the IDOC is posterd but it is not processed correctly , them...

Add rows based on condition

Hi All,I have a requirement.1  Tiger  342  Lion   203  crow  674  Kite   89I want to add two rows based on condition and merge to one.When 1 or 2result  Animal  54when 3 or 4result Bird 156Display in table Animal  54                       Bird     15...

Resolved! READ_TEXt

Hi All,I am getting data from FM read_text out put as tdline table with 132 characters field.This need to pass to BI system as 300 characters into BI System.Can any one provide logic to pass as 300 characters into BI system.Thanks and regards,Uma

Resolved! Problem with ABAP in SQ02

Good morning all,I've  a problem with a query created with SQ02/SQ01.I've selected just one table in my infoset, That table (called ZITW_TB_STORE_L2) has:Number of pallet     |     number of coil     |     net weight     |     tare weight     |     g...

Resolved! Tabstrip with two tabs

Hi Experts,I have a tabstrip with two tabs.Each tab has one tablecontrol.At the bottom of table control i have given insert button.When i enter data in first tab and switch to another tab and enter data and come back to first tab and again go back to...

Labels in this area