Re: Double-Click failed in abap editor(new)
Hi Charles, you can try to update the navigation index. In the editor under Utilitys -> update Navigation Index. best regardsOliver
View ArticleRe: Double-Click failed in abap editor(new)
Hi, Try the option of Utilities->Update Navigation Index. And also please take a look at note 1279209.
View ArticleRe: update PM notification through fm/bapi
For those who are looking for having extension parameters in BAPI_ALM_NOTIF_CREATE please implement below 2 SAP notes in the order mentioned. 1. 2151416 - Preparatory note for SAP note 21089752....
View ArticleRe: HOW TO SOLVE SAP NOTE 410511
This is very old note (2001). Are you sure it still applies to your system? (notes are being integrated in the next support package or release) i.e. which message do you have in your job log?
View ArticleRe: HOW TO SOLVE SAP NOTE 410511
In case If it is too old also. If you try to import also, Note will not import automatically. It will check it.the Changes are all ready exists are not , By using the Note Status you can check it ....
View ArticleRe: How to add attachment to a transaction using program
Hi naval, Can you please share how you have achieved this using GOS? This would be really helpful. Thanks,Gordon
View ArticleRe: How to set Time out for BAPI Connection
I agree that this is rather a VBA question or just some kind of a general connectivity issue. If the code hangs because of a broke connection then how do you expect this to be handled on the SAP side?...
View ArticleRe: Question with LOOP AT itab
At first glance, I had the same reaction as Jelena, but I opened the zip files and copied the code to a test program, and I must say I didn't understand, maybe it's a bug and you could post a message...
View ArticleBAPI_SHIPMENT_CHANGE Issue
Hi, I'm trying to change a shipment field using the code below, but so far it didn't get updated. Could you please help me? RfcRepository repo = destination.Repository;...
View ArticleiDOC TYPE USED in ASN creation
Hi,I have a scenario whereby we create inbound delivery in ECC and then thru PI layer, client Application platform layer it should trigger or create ASN to vendor.Can you confirm me if I can use Idoc...
View ArticleReport RVAFSS00
Hello All, I have seen couple of post regarding this report but I have not been able to get answer to my question. I am a functional consultant who does not have a Abaper key so I cannot really modify...
View ArticleData Migration
Hi all ,I am a newbie to ABAP Please Specify the difference between Batch Input and Direct Input , while executing LSMW what will be the outcome while using batch input and what will be result while...
View Articlesave data to ztable by defining workarea in module pool
Hello. i want to add data to ztable-zmod . When i give the following input param : v_matnr, v_date, v_rate, v_qty, v_amt and click on 'SAVE' button data should be updated in the ztable. if i want to...
View ArticleRe: save data to ztable by defining workarea in module pool
hi, define work area same as database table,move your values to work area. then,in pai write your code.case sy-ucomm.when 'save'. modify database table from work area.endcase.
View ArticleRe: save data to ztable by defining workarea in module pool
thanks firstly fr the reply. i did so. now iam getting an error that my workarea is not long enough.
View ArticleRe: Data Migration
Dear Rohan, I believe you have an understanding of the BDC(Batch Data Communication). This is a form of data migration, where a transaction will be recorded & saved as a program and is then...
View ArticleFormatting option ALPHA = IN|OUT|RAW|(val)
Hi, When i use the new ALPHA statement for adding the leading zeros to one of the CHAR field, the result gets truncated by one space. Is it the bug in the statement or am i missing something in the...
View Articlesplit child node on the basis of start and end date of base node
Hi I have to get the months between level 1 start date and end date. and then we have to check in start date and end date of level 2 whether that month lies in start date and end date then we will...
View ArticleRe: Formatting option ALPHA = IN|OUT|RAW|(val)
I think you should remove space between | and {.
View Article