XSLT-ABAP using Call Transformation
Hello Friends, I am new to this XSLT-ABAP transformation. I went through the blogs and forums and got a fair bit of idea on this. Now, i am trying to create a simple program/ xslt transformation to...
View ArticlePerformance issue while using Select Query
Data:LT_GLT0 TYPE SORTED TABLE OF GLT0 WITH NON-UNIQUE KEY BUKRS RACCT, SELECT * FROM SKB1 INTO TABLE LT_SKB1 WHERE BUKRS IN BUKRS AND SAKNR IN SAKNR AND WAERS IN...
View ArticleWhy no procedure generated in SAPHANAABAP by AMDP call?
I have implemented and activated a class with an AMDP call: METHOD MY_HANA_PROCEDURE BY DATABASE PROCEDURE FOR HDB LANGUAGE SQLSCRIPT.Now I expect a corresponding generated HANA procedure to appear...
View ArticleHow can I get data from Message class in Smartforms
Hello gurus,I have desginaed an smartform, my functional team says, that they will be send the data from ME21N and from message class, but I dont know what I need to do to get information, in my...
View ArticleBAPI_CONTRACT_CHANGE not updating supplying vendor (SUPPL_VEND)
Hi Folks, I am trying to update the supplying vendor field in outline agreement header ( Reference data section ) using bapi BAPI_CONTRACT_CHANGE. I am passing the supplying vendor in in...
View Articlehow to archive CATSCO and CATSPM tables
Hi, How to archive CATSCO and CATSPM tables? as there is no archiving objects for these tables.Is there any way to archive these tables? Regards,Balavardhan.K
View ArticleHow to introduce a change log to a standard transaction?
HiI am a PM consultant and I need some technical advise from ABAP Gurus. I wonder whether there are ways to introduce change logs to standard SAP transactions/Tables. I am specially focusing on two...
View ArticleSmall window when using multiselect in search help exit
I have defined a search help and have a requirement to retrieve multiple reason codes from the search help, thus I have also defined a search help exit. In the search help exit I have the parameter...
View Articletype numc
Hi, A field type has changed from NUMC(3) to NUMC(4) in an active database table with data already. Now coexits boths values with and without leading 0. Example: 101 and 0101. How is it possible?...
View ArticleWhat Class this Method ?
Dear SAP Gurus, I am using the following method.I would like to find the class on which one the method is availableDo you how is it possible to find the class corresponding to this method ? CALL...
View ArticleModify visualization LT10
Hello experts. Is possible modify the visualization of report LT10?? I would like to add a new column in this report that display the information of field MKPF-XBLNR Is there any user-exit? attached...
View ArticleHow many unit tests in our system?
Hey ABAPers, I know how to run all of our unit tests using Code Inspector and it reports if any failed and how many 'programs' have been tested. However, I can't seem to find an easy way to determine...
View ArticleHow to extract the data into Excel / PDF from SAP
Hi, We have spool number of a report output. We want to extract the data into Excel / PDF from SAP directly... Plz guide...
View ArticlePassing communication tax data from SAP to Vertex
Hi, We have an existing connection between SAP and Vertex. We received a requirement to pass a new tax field to vertex. This new Z field is not present in COM_TAX structure. But looks like if we add...
View ArticleHow to passing data to an SMARTFORM from Y640FM06P program (Purchase Order)
Hello Gurues, I am very n00b in smartforms, I want to know how can I pass an Internal Table from my zprogram to my smartform layout and access to this data and show in my smart. Please see my steps...
View ArticleError BAPI_CONTRACT_CREATE ID 06 Number 76
Hello, I hace a problem with BAPI_CONTRACT_CREATE. I created an outline agreement with reference to a purchase requisition not using the whole ammount. Then I try to create another outline agreement...
View ArticleABAP Object Class
Hi Experts, Need an advise on the following codes. TYPES: BEGIN OF gty_obj, PLVAR TYPE hrp1001-PLVAR, OTYPE TYPE hrp1001-OTYPE, objid TYPE hrp1001-objid,...
View ArticleSQ02 - Data retrieval by program
Hi! I have created an infoset using "data retrieval by program" option.I added new fields in the structure used by the infoset but I don´t see these changes in SQ02.What do I have to do to see them? Is...
View ArticleUpdating Gross weight(MARA-BRGEW) in the transacation MM03
Hi everyone, Can somebody tell me how I can update the gross weight in the standard transaction MM03 in SAP ?Which BAPI i can use to update the gross weight ? So i need to update this fieldThe Gross...
View ArticleHow to extract 1.4 L data from a table at a time
Hello Experts, I have a requirement to extract to 1.4L data fram a table at a time.Is it possible... Thanks
View Article