Re: What is the best field type for currency calculations?
Hi Robert, Try with decfloat16 or decfloat34. With Regards,Giriesh M
View ArticleChange header value - ALV tree
Hi All, I need to change the header value that I changed to be a average value. The point is that The Total comm is the number of many lines summarized. Do actually instead of 2 lines I actually have...
View ArticleRe: Disable a row using in CL_SALV_TABLE
Now I would raise your bet. Do that unless concluded.
View ArticleRe: What is the best field type for currency calculations?
once you need a currency computations, why not create a currency data element with more characters?
View ArticleHow to Declare internal table in se24
Hi Friends, i have to select data depending on select-options on selection screen and has to display it using classes and methods,So please guide me regarding how to declare internal table in se24 and...
View ArticleRe: error while creating vendor bank details using MAINTAIN_BAPI of class...
Somebody Help me with above code. what should be the correct one?
View ArticleRe: How to put a dynamic value on selection screen (report)
Hi, ManiI think you have to explain your requirement clearly.if you intput code field and want to display its text in another field, and also you don't want to pressenter to trigger it, i am sorry to...
View ArticleRe: 0 idocs generated for msg type cosmas
HI no, i have not done anything relating to bd64 in c810 ..that wasn't mentioned in the notes I am following .. Do I have to repeat the same steps like I did in c800?
View ArticleRe: SY-TABIX value of a loop in other loop in other loop.
Hi Is it possible for you state what you want to modify I_TAB1 with? And maybe what is the whole problem you are trying to solve? Thanks!John.
View ArticleRe: How to Declare internal table in se24
Hi, See http://scn.sap.com/community/abap/blog/2013/10/09/deeper-dive-into-deep-structure Regards.
View ArticleRe: Get the values from a table comparing fields of different data types
Hi,I'm not at work so I can't test it, but you could try one of these WHERE clause (depending on the alignement in the char field):where projn = gt_boq-posid(8)where projn = gt_boq-posid+16(8) Marco
View ArticleRe: How to Declare internal table in se24
Did you try to search for "creating internal table in abap" and "selecting data using select in opensql"? Please, do that as the first step. In this place we like to help people, but helping should not...
View ArticleRe: Get the values from a table comparing fields of different data types
WBS element does have an conversion routine at the domain level. So sometimes you work with one format (8 digits) and sometimes with 24 digits. You use FMs...
View ArticleRe: alv grid problem quantity zero not displaying
Hi Srinivas, See this link, it ll help you. Value Display with Currency/Quantity Unit - ALV Grid Control - SAP Library Cheers,pravin
View ArticleRe: SY-TABIX value of a loop in other loop in other loop.
Hello, Nested loops are not advised to use in the programs due to the performance issue. Incase of huge data the execution will be in endless loop and gives short dump. Have you tried without INDEX,...
View ArticleHow to avoid complex looping?
Hi Experts, My Scenario is like below. How can I avoid loop inside the loop. I have to derive my final internal table from my first internal table (Say IT_VBRK2). My internal table IT_VBRK2 looks like...
View ArticleRe: Execute icon on selection screen
Hello Anushka, Maintain the function key settings for the screen which you are calling in SE41. Regards,Thanga
View ArticleRe: Arabic Text problem in Excel
Hello Pavan, Use the function module "NLS_GET_FRONTEND_CP" to find the correct code page based on the language, pass the code page determined from this function module to the GUI_DOWNLOAD. Regards,Thanga
View Article