Re: Seriously for how long GOTO will remain with PB?
I once had a pointy haired boss who insisted that I use the Altered Go To in COBOL "because it is more efficient than testing a condition each time". [For those of you who are fortunate enough never to...
View ArticleRe: Archival of table S033 - performance issues
Thats great. If this answer is helpful then please respond accordingly and close this thread. Thanks, Yogesh Soman.
View ArticleRe: Can't display .BMP graphics which is from smartforms in customer container
Hi Tao, I'll try to guide you. The road is long but i hope that we will get it. First of all we need get the HTML code. The Smartforms function it's returning this in binary mode. DATA: lr_conv...
View ArticleRe: Updating Location of Batch Numbers with DI
You wont get errors or exceptions from the DI. To know if everything is ok after the update statement, you need to check for errors using the company object - function GetLastError
View ArticleRe: Calling COM Exposed .NET Assembly methods as OLEObject
Now that you've got it working, start looking at the Registry Free COM approach. We use this not only for ActiveX controls, but for the .Net assemblies we call via CCW as well. While you can create...
View ArticleRe: PO Release Strategy with Workflow
Please check with the transaction code SWDD and also use the standard Workflow WS20000075 - Workflow for release of purchase order. Regards,Pavan
View ArticleRe: Error message 'G/L account xxxxxx in tax code XX not found'
Thanks Lukas for your response. We are trying to replicate this error in testing system, but with fail The only information we have right now, is that the above mentioned error is encountered while...
View ArticleRe: Ativar Enhancement p/ Componente /XNFE/NFE_ACTIONS
Alexandre, A minha enhancement é no WebDynpro ABAP, éla incluiu alguns métodos e alguns botões p/ abrir popups, na entrada no xml. olhei todos os fontes standards que tem a implementação e todos estão...
View ArticleRe: Changing the DataBound setting is not kept...
The problem was the Alias. I needed to prefix with U_ and it fixed the problem. However I find it bad not to be advise by an error from SAP that says binding error or something like that. Also I...
View ArticleRe: install sap me 6.1 on nw 7.31 only java
Please, use Installation guide as recommended (you can find there steps for ME Scripts too).You can also deploy ME with JSPM. Just need to exctract .sca files from the package and then deploy them as...
View ArticleRe: End routine Look up Performance Issue
Instead of one internal table, define two, and select zemail into one and the zmobile into the other, using separate SELECT statements. The internal tables should be hashed - one with unique key email,...
View ArticleRe: Record fetching using Select statement
It's very simple. The database is a relational database. There is no order defined on the placement of records. If you want the earliest, later than the date given you have to use the ORDER key word.
View ArticleSAP ALM Configuration
Hi, We have a requirement to configure ALM in our landscape. Earlier I have investigated to configure ALM in Solman 7.0 EHP1 but that was postponed later and we didnt configure that time. As I know ALM...
View ArticleHow to see Unused Crystal Reports in XI R2 SP1 before migration
We are in process of migrating our content from XI r2 SP1 to XI 3.1 SP3 to BI 4.0 SP6. In order to clean the unused reports, i want to know what are the reports we have in the repository which are not...
View ArticleRe: Inconsistency when sorting internal table
The SORT by default is NOT stable. You are only guaranteed the result if you use the addition STABLE. This is well documented.
View ArticleRe: smartform print out orginal and duplicate
Hi, Ask your ABAPER to create 3 radio buttons in input screen with sub screen . So user enter only entered document number only one time and select one radio button for original or duplicate example...
View ArticleRe: ALV help:Dropdown using REUSE_ALV_GRID_DISPLAY.
Hi Abhishek, Go for ALV OOPS. Regards,Vinay
View ArticleRe: Unable to fill the aggregates.
Hi, I'm getting the following message. The job is getting success. But if I check it's log, it's showing the following: Plz help me on this Regards,Antony Jerald.
View ArticleHow are integrated SAP Modules as FI, MM,SD,HR,PP,BI ?
Hi Consultants SAP , Coud you tell me How are integrated SAP Modules as FI, MM,SD,HR,PP technically Idoc is linking many modules in SAP,but how about functional processes of business how are linking...
View Article