Re: hidden Cells in ALV Output?
Hi, It is due to summation i.e sub total standard functionality. When you set sub total for a column, the alv gets divided vertically into groups. All the cells of the column on which sub total is...
View ArticleError loading a excel file.
Hi , We are struck with a issue on excel upload.Scenario is we are downloading the read only excel from SAP and uploading it to a Bank portal.When the file is downloaded from SAP and we try to...
View ArticleRe: ALV cell coloring based on condition from field symbol table?
Hi narendar, follwoing is the way i'm assigning internal table data to field symbol <table>. Inside loop is for dynamic fields. LOOP AT it_final2 INTO wa_final2. LOOP AT it_final INTO...
View ArticleRe: Printing last page in smartform
Hi Jānis, Here's the link to the XML file, containing just the first page. Hope this is sufficient. Z_BILLING_SMARTFORM.xml - Google Drive Thanks for all your help~
View ArticleUsing BAPI_EQUIPMENT_SAVEREPLICA
Hello Experts,I am working on the code which is used to calculate the renewal price of the equipment based on CPI. I have done with rest of the things, now i have to use the BAPI_EQUIPMENT_SAVEREPLICA...
View ArticleWhen i double click to cell related row is delete from alv_grid ?
How Can i fixed this ?I have double click method Rows have a edit mode. Thanks&Regards
View ArticleRe: abap issue
Hi, Where do u want to move. If it is between internal tables, then loop the internal table 1 and between the loop use conditionuse logical operator if sy-tabix bt '1001 ' and '1998'. do...
View ArticleRe: abap issue
Hi, Use Conditional statements like 'IF' 'CASE' 'DO' and get your requirement fullfilled. when you post a query in SDN and expect reply...please be clear and brief on your requirement. regards,
View Articleuser-exit/badi for j1iex t-code ....
hi , i have to do a validation in t-code j1iex .In the top,there is a field called material doc.I have to do a validation when user enter some value on that field and enter..pls help me...
View ArticleRe: abap issue
Hi Ram, We don't have the Statements like 'GOTO' and 'JUMP' in ABAP. In this case, we can jump into the statement 2000 either by splitting the code as follows,Block Statements (IF Statement)IF...
View ArticleRe: abap issue
Please avoid meaning less subject for your discussion. You should always choose appropriate subject for your discussion thread. It should be like as newspaper's headline.
View ArticleRe: user-exit/badi for j1iex t-code ....
Have you tried to search in SCN by typing your message subject.See I've found 45 similar discussions.Please search before post any query. Use the search facility Google Custom Search- SAP Community...
View ArticleRe: RSNASTED and RLE_DELNOTE programs
Hi Florian,. I do not have EDI processing. My requirement is to Print Outbound delivery Smartform through ENTRY_PRINT and ENTRY_EMAIL.I thought of using RV_DELNOTE program but business asked me to use...
View ArticleRe: How to Update the Maintain Activity Log for Documents using RFC
Hello Yogendra, Thank you so much for replying and spending time on my post. I was not well for a long time, any way!! I would like to know you that i am not well versed in code and just a beginner. I...
View ArticleRe: ALV cell coloring based on condition from field symbol table?
Hi ,Using ASSIGNING:To get to this screen:Regards. And some code: FORM test_07 . DATA: it_component TYPE abap_component_tab . DATA: st_component LIKE LINE OF it_component . DATA: ob_abap_structdescr...
View ArticleRe: How to Update the Maintain Activity Log for Documents using RFC
Hi, You will not be able to enter the data to SAP GUI frontend editor control using BDC or so called batch input: see note 311440 - Batch input and controls.The reason is simple - there is no frontend...
View ArticleRe: How to configure SSO for web dynpro ABAP (not web dynpro Java)
You still have to explicitly trust the certificate of the system creating the Logon Ticket. That said, newer AS ABAP have something called HTTP security sessions, there is no need to issue a Logon...
View Article