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! BAPI_PO_CHANGE

data(lt_temp) = lt_data. LOOP AT lt_temp ASSIGNING FIELD-SYMBOL(<fsl_temp>). ls_poheader-po_number = <fsl_temp>-ebeln. ls_poheaderx-po_number = 'X'. READ TABLE lt_data INTO DATA(ls_data) WITH KEY ebeln = <fsl_temp>-ebeln BI...

Resolved! ST22 CONVT_CODEPAGE

In my program i have: OPEN DATASET s_file FOR OUTPUT IN TEXT MODE ENCODING NON-UNICODE. When I try and transfer to this file i get the following dump: When converting a text from code page '4102' to code page '1100', either - characters are ...

Facet Copy - Fiori

Hi Experts, In HTML, we can copy facets and paste in the relevant screens. E.g., Tickets facet from Tickets tab of an account can be copied and pasted in Overview tab of the account. As described in the below doc: https://answers.sap.com/question...

Select LIPS bad performance

Hello, This Select from LIPS table takes too long, actually ends in a TIME OUT in production system. LIPS table has only about 140.000 records. Internal tabla LT_AUX has only 3 records ! It's not empty... We are accesing using the key fiel...

oliver_am by Active Participant
  • 6522 VIEWS
  • 14 REPLIES
  • 1 Likes

Resolved! not able to get all GL related documents number in output..!!! thanks advance

*&---------------------------------------------------------------------* *& Report Z_FI_GLACC *&---------------------------------------------------------------------* *& *&---------------------------------------------------------------------* REPORT ...

Resolved! Sale Order IDoc status is 53 but Sale Document is not generated

Hello Gurus, We are upgraded to S4HANA 1909, in this we are using SD_SALESDOCUMENT_CREATE to create the Sale Order via IDoc. In Previous version everything was working fine even in 1909 version too. But the thing is in 1909 IDoc is successfully g...

BAPI PO CHANGE failing for Item category B ; return table contains error

I have a requirement to update PO item category to B, and update the Limits and Account Assignment. i tried using BAPI_PO_CHANGE, but fails to update; it gives: -E SE 001 Buffer table not up to date (as the package being 0) -I ME 664 Change Ite...

Resolved! in alv report output i am getting only 8 digits but in table there are 10 digits..!!

in alv report output i am getting only 8 digits but in table there are more digits..!! how to get output exactly in table.. *&---------------------------------------------------------------------* *& Report Z_FI_GLACC *&------------------------------...

Resolved! Purshase req- BAPI

pr.txtHi Guys, I am new to BAPI , I have created an PR using 'BAPI_PR_CREATE', but i got an runtime error ." In FM you can spectific only fields of spectific length and under PR header Please help me on this issue.. I have pasted my piece of ...

divsmart by Participant
  • 1645 VIEWS
  • 7 REPLIES
  • 0 Likes

Is it possible to fully adapt the the ABAP code for S/4 HANA before the conversion?

Hi, I'm planning the ECC ABAP code conversion to S/4 HANA and I would like to clarify a couple of doubts in order to reduce the dual-maintenance period: 1. Is it possible to apply all the mandatory corrections before the system is converted? I...

Resolved! How to disable print option from generated PDF in smartform ?

Hi all, Good day. Can anyone help me in disabling the print option from generated PDF output of Smartform? I don't want any option of printing function. So needed to make it disable. Also please suggest me if I can generate the smartform in backgro...

Resolved! How to fire event in alv

Hello i'm using cl_salv_table to create my alv with hotspot so how can i fire an event when i clic on one hotspot? This is my code and is working fine: include zvim_monitor2_top. "INCLUDE ZVIM_MONITOR2_scr. selection-screen begin of block a wit...

naotoxxx by Participant
  • 2169 VIEWS
  • 5 REPLIES
  • 0 Likes
Labels in this area