Error when importing object P_lis
Hello Experts , I have a task assigned to me where i have to write a program to get all the reports and their variants( variants without space and non obselete variants)When i am trying to access the...
View ArticleRe: Transport Best Practices - Cumulative Transports
Hi, Yes, I see now that not all objects need to be locked in TR in order to release it on our 702 system - that should take care of including deleted objects in a new request. Weird, because I...
View ArticleRe: Simple transformation formatting
Hello Alex, in the simple transformation an external ABAP class could be used to do date format manually. See my solution in this document: http://scn.sap.com/docs/DOC-56211 Best regards,Jerry
View ArticleRe: Simple transformation formatting
Hi Christoph, as I demonstrate in my document, this could be done via an external ABAP class call within the simple transformation. Best regards,Jerry
View ArticleRe: Redirect output of transaction on unix file
Hello Pranav,I like the second solution.please, could you tell me more about It : if I undestand well, I should1) create a program which call my transactions2) create and schedule a job based on this...
View Articlehow to change search help for standard field in me51n.
hi frnds, I want to change search help option for 'Advice code' field under Additional DFPS tab in me51n. But i dont know how to change or add search help for standard field. so plz help.....
View ArticleRe: F4 Help for standard selection field of tcode F-02 for the field of xblnr
Hi, Go for Implicit enhancement...Pls go the link..Re: Executing a Planning Enhancement in Debug
View ArticleRe: Transport Best Practices - Cumulative Transports
Agreed. Points to ponder are that even within same organization, Long term Release team and the maintenance team haver different needs. I have hard time buying "All D TRs go to PRD" as Best Practice....
View ArticleError in SXMB_MONI - "Message Recorded (Commit Missing)"
We have implemented BADI BADI_LE_SHIPMENT~BEFORE_UPDATE to call asynchronous proxy to send a message to PI system. This proxy is called inside a loop to send message for each delivery in the shipment....
View ArticleRe: Transaction code for Standard Report
I bet there is some important customizing stored under the original name of the transaction code, which is not found any more when called from your copy. You can find out yourself by debugging or...
View ArticleRe: Transaction code for Standard Report
Hi Shivaraj, Since it is a program belongs to SAP namespace,How could you created T_code?Have u copied this report and create a t code for copied program? Remember that while copying a program the code...
View ArticleRe: How to color manually calculated subtotal row yellow in grid display
Hi,The code given by Rajkumar is the correct way.Try with this.1.Maintain a 4 char length field in output internal table(Having data to display).2.Set the value for the additional color field as 'C310'...
View ArticleRe: Table Type in cl_alv_table_create=>create_dynamic_table
Hi Ionut, I had come across such a requirement recently, My requirement was to add a cell coloring field(type internal table) for ALV.I solved this by the below code.. This is very easy.... CLEAR...
View ArticleRe: Table Type in cl_alv_table_create=>create_dynamic_table
On what release are you ?I am working with ABAP release 740 (SP02). The GET( ) methods have been part of the ABAP release 7.0 EhP2 - ABAP Keyword Documentation . If you are on the relevant ABAP release...
View ArticleRe: sort table and binary search
The only time to use SORT/READ/BINARY SEARCH is if the sort order is descending.Afaik the prerequisite for BINARY SEARCH is that the key-fields should be sorted in ascending order.
View ArticleRe: Selection-screen link with dictionary object
Can I ask one more think? From screen 100 I call a selection screen, which has a next screen set to 200, but after I sumbmit the selection screen the screen 100 is continuing and not the screen 200, why?
View ArticleUser Exit for maintaining Checking Rule while creating Sales Order
Hi Gurus, I have a requirement where I need to assign a particular value to Checking Rule (VA02 -> Display Availability Button -> Checking Rule field (beside Checking Group field)) while creating...
View ArticleRe: Joining of three tables Using FOR ALL ENTRIES statement
Hi, Since all table has VBELN as common primary key.... SELECT a~VBELN a~POSNR ...etc from VBAP as b inner join VBRK as a ON a~VBELN = b~VBELN inner...
View ArticleRe: issue after trying to Import SNOTE
Hi stefan & Chandra we are usingSAP_APPL6050006SAPKH60506Logistics and Accounting what are the prerequisite notes to be implemented before i could import 1646357 ? please help
View ArticleVariant change history log in T-code KE28 .
Hi,Variant change history log needs to be found for the Variant XYZ used in T-code KE28 .If any body know the procedure could you please reply .RegardsSrihari
View Article