ACK in ABAP PROXIES
Hi experts.We are sending ABAP proxies from SAP to PI requesting tecnichal ACK. The thing is that the ACK message is created but it remains in error in PI so the ack status in SAP backend is never...
View ArticleLine item doesn't get inserted using BAPI 'BAPI_SALESORDER_CHANGE'
Hello Experts, I've a requirement where I need to change matnr, quantity and net value at item level. After some research I found that I need to delete the current line item first and then add new line...
View ArticleBAPI_MATERIAL_SAVEDATA to add more than one storage location?
I used BAPI_MATERIAL_SAVEDATA to extend some material to another one of our plants. Now for each of these items, I need to add around 8 additional storage locations with only the first one NOT having...
View ArticleHow to see enhancements in eclipse?
Hi everyone, how can i see enhancements in eclipse? Explizit or impizit. I'm not sure, perhaps i just forgot to set an checkbox or something like that, but when I grab the source of SAPMV45A i do not...
View ArticleChanging date format in Standard BSP application
Hi, We are accessing a standard BSP application via external alias. There are 2 input fields for choosing dates. Currently by default on click of date navigator, we are seeing date in DD.MM.YYYY...
View ArticleImport Image on Redlining of ECL Viewer
Hi All, I'm having issue with Import Image button on Edit Layer (Redlining Layer) of ECL Viewer. On my system when i click on this button, CV02N transaction is getting frozen, but when i try same...
View ArticleRegenerate data container function module for SMQ2
Hi out there, hopefully I am in the correct place here for my question. We run a QRFC scenario connecting an EWM system to an ERP system. For a certain purpose we have a function module, e.g....
View ArticleRelease parked vendor invoice
Hi,any bapi available to release parked vendor invoice?? Bapi for Approve /reject the parked invoice ???pls help
View ArticleHow to use Decrement(--) and Increment(++) in abap?
PARAMETERS: INNER TYPE I.data n type i.DO INNER TIMES. DO n TIMES. WRITE: '+'. ENDDO. WRITE:/. n = inner - sy-index.ENDDO. out put : inner: 8 ++++++++++++++++++++++++++++ problem : It...
View ArticleDoubt Abou ABAP Command
Hi Gurus I have the code: "*&--------------------------------------------------------------------*"*& Include LZBRHR_HIST_CLS_IMPEXPY01...
View ArticleIssue with BDC on F-28 in Z Program
Hi Folks, Whenever I have taken help from this Community I have never been let down in any of the cases. So today also I hope hope the same from this community. My issue is that whenever...
View ArticleHow do I limit 'pop up' options for one parameter based on entry of another...
My end goal is to get a plant and storage location to pass to a program. In looking for what tables to link to the parameter fields, I went into SE16 and went to table T001L On the selection screen for...
View Articlemast_nrfd exception in CS_BT_MASTB_READ FM
Hi Guys, I have facing Mast_Nrfd exception when executing CS_BT_MASTB_READ FM.Can you please help me why i am facing this exception.Is because the material doesn't exist in MAST table.Can you please...
View ArticleWidth output issue
Hi experts, I have an issue with the output of an Z abap program.The displayed results are too large and the width of the output page isn't sufficient to display all the results. Besides i don't have...
View ArticleWhat is avaible/planned for quick fix?
Hi everyone, is there a featurelist already avaible what is now implemented and what is planned for future releases?Function shortcut ( STRG and 1 )I found, that you can create a new method out of it....
View ArticleRestrict PGI in back date
Dear sir,Can any one guide me how to restrict user to do PGI in back date. i.e PGI date is not equal to Sy-date. system will through error. I was guided to use MV50AFZ1. Thanks and regards,Abdul Rahim
View ArticleTo fetch lfimg from lips using vbup-wbsta
Hi ABAPers... I am trying to fetch LFIMG from LIPS table using VBUP-WBSTA.....by using the following : SELECT LIPS~LFIMG INTO CORRESPONDING FIELDS OF TABLE IT_LIPS FROM VBAP INNER JOIN LIPS ON...
View ArticleBSP and changing password at login
hi there, we are using BSP application HCM_LEARNING. when i have a new user in SAP, he gets an initial password. When the users gets the popup for login to the BSP application there is NO possibility...
View ArticleError in SELECT return
Hello, I am using the following code to return the data from a specified KONZS: TABLES lfa1. DATA: gt_lfa1 TYPE TABLE OF lfa1. SELECTION-SCREEN: BEGIN OF BLOCK b1 WITH FRAME TITLE text-001....
View Article