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! User Exits for Sales and contract orders not working for line items.

Hello Experts,I have a requirement to validate partner functions in sales orders and contract orders under two conditions as below,1) When i press enter.2)When i press save button.Now i have coded in Include MV45AFZZ  under the subroutines   USEREXIT...

i have a scenario could anyone can explain me

as i have 10 customers from 1 to 10 custno          cust items1                 m,b2                 m,b,g3                 g4                 tp,b5                 tp,b,m6                 tp, m7                 n,k,l8                 b,m,tp9        ...

Assign material to class and char values at material level use

Hi,do you know how can I assign material to class and char values at material level use with the bapi                CALL FUNCTION 'BAPI_OBJCL_CHANGE'                EXPORTING                  OBJECTKEY                = class-object                  ...

doesnt appear the Classification View for a material

I have made this.    "Classification            CLEAR class.            class-object = bapi_head-material.            class-objecttable = 'MARA'.            class-classnum = 'ZPERU_TIPO_ARTÍCUL'.            class-classtype = '001'.            CALL FU...

How Do I Know the classnum of the material for BAPI_OBJCL_CREATE

Hello,Someone Knows How to get the classnum of the material? I don't know what value should I put for the parameter of the BAPI  BAPI_OBJCL_CREATE              CALL FUNCTION 'BAPI_OBJCL_CREATE'              EXPORTING                OBJECTKEYNEW    = ...

Resolved! sales order quantity value without decimal in ALV report

Hi,i am displaying  sales order item details in alv report, in that quantity value is displayed as per standard sap, with decimalsbut i need to display  with out decimalsas per sap it is showing 1 quantity as 1,00                                    2...

Resolved! How to change a Views field and combine two different existing column

Hello ,I'm creating a view and linking 3 tablesinside the view . And I would like to have additional field in the same view , that I can fill according to an ABAP rule and join two fields information in this field.Is it possible to do this change in ...

Resolved! Missing fields...

Hi all.I asked question shortly before and fix it with your helps. But this time I'm here another problem. Same problem. When I use transfering data a final table, some fields missing my final table. I suspect structures. I use debugger but cant fix ...

Resolved! Field catalog not found

Hello experts,I have created a FM to replace old coding in program. I have called it in program its working fine for most of the inputs but for some inputs its displaying error as Field catalog not found. I dont understand what is the problem if anyb...

Resolved! whats wrong in my code ?

Hi all.I preparing a simple program for hr module. I was make join but fields are empty. I can't some tables but I already need them( like p1000-stext, s001-sptag ) Later I try "for all entries" method, but still doesn't work and this is my error tex...

Resolved! How can i build LVC Fieldcat shortcut using perform?

I tried but i am getting type error.type conflict when calling a function moduleDATA : lt_fcat_detail    TYPE lvc_t_fcat WITH HEADER LINE,          ls_fcat_detail    TYPE lvc_s_fcat                ,          ls_layout_detail  TYPE lvc_s_layo         ...

Locking of NRIV table

Hello Experts,I am facing problems with locking of NRIV table. The production system is becoming very slow due to this.I have gone through many posts in SCN and all the OSS notes mentioned.Currently the number sequence cannot be skipped. So buffering...

Resolved! Partner Profiles

Hello All,Is there any way to export and import partner profiles from one system to other.If we donot have an option I am planning to create a transport request , but in order to add I need to know the tables in which the partner profile details are ...

Job Log -Table of Entries

Hello,I have a Z program which is running in the background every day. I am using an ALV report in the program which gets shown in the job spool.The business wants some error messages to be displayed for a particular scenario. It is a combination of ...

ALV Tree display

Dear All,I have to built a report in tree format.In alv display PO number should be displayed when it will expand all the conditions(vat, cst and all) relatedto PO should be displayed.selection screen should contain  PO number and creation date.How c...

Resolved! How to get text input more than the length of column and display in ALV list

Hi expertise,.I'm using ALV list in my program and there is a column to get input  values more than 260 characters. The problem is i can allocate 64 characters for that column in my report.How to get characters more than 64 as input and display them ...

Resolved! Not triggering the BADI ME_PROCESS_PO_CUST while creating the PO

Hi,I have implemented the method PROCESS_ITEM  to update the Return Indiactator.BADI:ME_PROCESS_PO_CUSTMethod :PROCESS_ITEMI have written the following following code  in method.   DATA: LS_MEPOITEM TYPE MEPOITEM,        LS_OBJ TYPE REF TO IF_PURCHAS...

Resolved! How to understand Runtime Errors from standard transactions

Hi Experts, Good Day.When the Runtime error occurred in Standard transaction or standard table, I just escalated to my senior and he resolved that. But, I would like to know the procedure or methodology to track the issue or understand the issue when...

Labels in this area