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

Displaying junk character in CSV file while opening in the mobile device

Hi All,In the CSV attachment i am getting issue, dislaying junk characters in the beginning of first line of the file.i am using CL_BCS method for creation of attachemnt and sending email to receipint.Attahcment is opening in the deskop or in outlook...

BAPI for creating Sales order for items which are returned back to warehouse

Hello Experts, I am working on one requirement : After the Sales order is created, Delivery process takes place and Material will be Sent for the Delivery. If the customer is not available to take the Delivery of the material, the Material will be s...

Resolved! Is it okay to pass the "same" actual param to IMPORTING & RETURNING params of functional methods

Hello SCNers,I am using the functional method CL_RECA_DATE=>ADD_MONTHS_TO_DATE( ) to skip the date by a month. This is how my code looks like: lv_next_due_date = cl_reca_date=>add_months_to_date(                      id_months = 1                    ...

SuhaSaha by Product and Topic Expert
  • 1102 VIEWS
  • 9 REPLIES
  • 0 Likes

Exclude

Hi Everyone,This is my code, I need to exclude my select optionsranges : v_dat for *****             v_dat-sign = 'I'.             v_dat-option = 'BT'.              V_dat-low = '00000000'.               v_dat-high = sy-datum-days.( days(03) default '...

BETMAS dump in BD21

Hi experts,When running BD21 with BETMAS  as message type.it is throwing below dump.Category               ABAP Programming ErrorRuntime Errors         CALL_FUNCTION_PARM_MISSINGExcept.                CX_SY_DYN_CALL_PARAM_MISSINGABAP Program         ...

abap interface

hi:      I have a requirement to achieve SAP and external systems interfaces      However,  have large amount of data.       Which interface mode for high-volume data?(remote rfc  、webservice.......)       please give me suggestion.      thanks    ...

Resolved! BCALV_EDIT_0*

Hi expertsI have a requirement to create an editable ALV with Insert, Copy and Update functionality.I went through the posts and figured that i must look into the BCALV_EDIT_0* standard programs.What i am still not able to understand is how the ALV t...

Resolved! How to get business requirement from idoc

Hi Experts,I have a requirement in idoc to understand the logic how inbound idoc is working.The idoc is trigerring through modulepool program mean fisrt screen i am giving data - Delivery                   Batch no                   Plant            ...

WHAT determines the speed of select command in this case?

Hi experts.I have a select     SELECT * UP TO me_mass_rep-me_number_of_headers ROWS      FROM ztcrpin      INTO CORRESPONDING FIELDS OF TABLE crpin        WHERE lgort in ('LVUT','MOBI','CLIE')        AND status  EQ 'DEPS'        AND statun  EQ 'ATIV'...

BAPI_ACC_DOCUMENT_POST error on posting Coustomer documents

Hi,CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'  EXPORTING    documentheader          =*   CUSTOMERCPD             =*   CONTRACTHEADER          =* IMPORTING*   OBJ_TYPE                =*   OBJ_KEY                 =*   OBJ_SYS                 =  tables*   A...

Resolved! Report text is not included while creating requests

Hi all,Working on EHP6 FOR SAP ERP 6.0 version.While creating request for   Abap Editor,  Report Texts is   not   included in request(even if text is changed, no request popup is displayed) and  not transported to quality, but if   program name is  d...

Lost Variants

Hi Experts, I have done some changes in selection screen parameters type. As a result. I lost all variants in DEV.Is there a way to copy Variants from Prod to DEV ?How can I make sure that when my change move to QAS and PRD, those variants are lost. ...

Differnece between GL account maintained for taxes & GL account per excise transaction.

Hello team,I have one doubt regarding GL accounts maintained in tax code & GL account maintained per excise transaction.I am configuring TAXINN procedure in system . As I understand tax rate calculates based on conditions rate in tax codes.We are mai...

Labels in this area