Re: Fixed amount condition price at invoice header
Hi, I think a Recalculation in the conditions tab of the document after the condition is deleted should solve the issue. The button is in the present below the conditions window. Cheers,Arindam
View ArticleRe: Report in GRR3
Hi, I think it os certainly possible to code a Z-Report as per client requirement. Better is to get the basic flowlogic such as 1.Input Parameters2.Processing Logic3.Output format You should be able...
View ArticleRe: Issue In Launchpad Configuration
Hello, You can use the Report: RP_MSS_CONVERT_MDT_TO_LPD_CUST to repopulate the entries for the scenario type, role and the instance you're using for reporting in the tcode: lpd_cust.Well when the...
View ArticleRe: summary details for a variable
Hi Pooja, Not required. Please test with my code above, that should get you your expected result.Please test and let me know if you find any issue. Regards,Deepak.
View ArticleRe: how to get the user logon language for current session?
Hi Use Sy-langu. That will be the logon language of the user. Cheers,Arindam
View ArticleRe: how to get the user logon language for current session?
As I said, sy-langu is not guaranteed to have logon language. consider the code below: REPORT ycust01. DATA language TYPE sylangu VALUE 'S'. WRITE: / sy-langu. sy-langu = language.WRITE: / sy-langu....
View ArticleRe: ME22N & ME9F : prevent generation of message when modifying header texts
Hi, You can try the following things: Option 1: Design an user exit on ME22N to disable edit when its "version complete" a BADI will be there. There are many ways to find the BADI. One among them is as...
View ArticleRe: how to get the user logon language for current session?
Hi, Don't see the user specified any edit to the value. It was more about getting the default one. Even the method that you state can fetch wrong value if you know how it is edited. Check the code...
View ArticleRe: how to get the user logon language for current session?
thanks for that. It seems we can't trust anyone these days!
View ArticleRe: Problem with trans_resbind TYPE
Hi, Yes you have to include the TYPE-POOL ABAP for that to work Cheers,Arindam
View ArticleRe: when i open the spool of my smartform and type the TCODE [PDF!]?
Hi Sudhakar, Would you please clarify you question in a bit detail?I could not get your exact requirement. Do you need to convert a smartform into a PDF from spool? Regards,Arnab
View ArticleRe: BAPI_INCOMINGINVOICE_CHANGE extension
Unfortunately this note is not available. Thaks for your help.
View ArticleRe: Problem in Back button in Standard Transaction
Hi Narendran, Thanks for your reply. Its correct answer. With your suggestion I solved my problem. Thanks once again. Regards,Arindam Samanta.
View ArticleError: Selection unfinished after & data records. (T-Code-KALR)
Hi, Yes so just contunue will work thats a kind of false message. cheers,Arindam
View ArticleRe: Overflow when converting from 32768
Hi, The error indicates an error when it fails to type cast or put the value in. Say either conversion from one type to another like float to packed decimals fails or a variable in small to hold the...
View ArticleSPAU - Error while resolving conflict in screens
Hi, I am resolving a conflict in for a screen (Function Group COMK > Screen 3020) and I was prompted to move the elements. So I go through the prompts. And then to adjust the code in the flow...
View ArticleGraying out a custom field in display mode
Hi, We have inserted a custom field within contract ( me31k). We were successful in getting the field on the screen and also transferring the content to the table. The custom field content shows...
View ArticleRe: how to sort internal table and select from date
Hi, If your inquiry has been answered. You may now close the discussion.How to close a discussion and why. -Jake
View ArticleRe: SE16N , number of hits = 1 ,depends on size of table ?
well couldnt get a proper answer...may be it is due to the fact that it is a cluster table , so the records might be stored in compressed form so the time taken might be longer in case of huge amount...
View ArticleRe: Error opening smartform PDF attachement
Hi Dave, 1 ) Use CL_BCS instead of SO_NEW_DOCUMENT_ATT_SEND_API1 here example code :http://scn.sap.com/thread/33459002 ) If you want to use SO_NEW_DOCUMENT_ATT_SEND_API1, send PDF XSTRING data to...
View Article