Re: disabling check-box in table control row wise
Please check in debugging in PAI inside loop endloop you are overwriting the value...just debug after selecting 3rd checkbox...
View ArticleRe: disabling check-box in table control row wise
this is the code for readiing checkbox value.IF WA_TRANSPORT-CHECK = 'X'. loop at IT_TRANSPORT into g_TRANS_wa3 where CHECK = 'X'. g_TRANS_wa3-CHECK = ' '. ----here value is blank....
View ArticleRe: disabling check-box in table control row wise
Santosh in PAI why do have a loop again apart from table control one. Can please elaborate what issue you are facing in selecting checkbox
View ArticleRe: small doubt on reports
I'd say that the second method is faster, because it is all commented out. The best method isn't listed here, a JOIN select connecting the related tables via ON-conditions. How to find table relations,...
View ArticleRe: How can I put two ALV in a single screen
Hello, Steps to display 2 ALVs on screen :Create a container in screen painterCreate the object of the container using the same name as in screen painter.Split the parent container into two.Get the...
View ArticleError while opening main window in scripts
thanks for your reply. I am new to forms. Can you please brief what is document reference and how to import it.
View ArticleRe: How to create a coding in SAP AdobeForms for Tables???
Hi Shree, but i have than a big problem, because in my SmartForms, i have a Table-Node(Position table) where many different other Coding-Nodes and Table-Nodes (Condition Tables) are included! How can i...
View ArticleColumn length with dynacally created ALV columns
I am able to find an example and dynamically created two ALV columns, but the problem is I can't make the column width wider, the columns all squeezed together after execute the code, you have to drag...
View ArticleALV hierarchy- report to email
Hello,When i send the ALV hierarchy report to an email id( directlyVIA.background job schedule/set up a PDF prnter) or from ABAP code http://www.sapdev.co.uk/reporting/rep_spooltopdf.htm The email is...
View ArticleRe: Enable the export option in alv grid display at menu of the alv out put
Alternatively, if you want to activate all functions, you can use the following: cl_salv_table=>factory( IMPORTING r_salv_table = alv CHANGING t_table = <fs> ).* Default...
View ArticleRe: what is the main difference between 'SET SCREEN' and 'CALL SCREEN' in BDC
SET SCREEN lets you dynamically specify which screen will be called/processed once PAI of current screen ends. Typically 'next screen' of a screen is same screen, that is why pressing enter calls PAI,...
View ArticleRe: Using Fn GUI_DOWNLOAD brings message "0 Bytes transferred, codepage 1160"
Hi Rafael Vives, I had excecuted your above source code after removing the below line.types truxs_t_text_data(4096) type c occurs 0.and its working perfectly by transferring the data from sap system...
View ArticleRe: How do you implement BAPI_PO_CREATE then BAPI_GOODSMVT_CREATE?
Hi Ron, Try setting a WAIT UP TO 6 seconds for instance between the two BAPI's, maybe the BAPI_PO_CREATE doesn't finish to update in all tables yet. Check also SAP Note 520813 - FAQ: BAPIs for goods...
View ArticleRe: Using Fn GUI_DOWNLOAD brings message "0 Bytes transferred, codepage 1160"
Dear Shashank Singhal,thank you very much for your input.In fact I tried again with some other input an its working with original coding.Thus original Code is correct,but the tested materials did not...
View ArticleRe: Gui_upload or Open Dataset
I tried out gui_upload, and it is giving correct SHA1 checksum.Below code calculates checksum of 'test\r\ntest2' string, and then it reads a text file that has 2 lines, first line having 'test' and...
View ArticleRe: How do you implement BAPI_PO_CREATE then BAPI_GOODSMVT_CREATE?
Hi Ron, Here is the code from one of my programs: FORM knjizi_nzn. DATA wa_tab LIKE LINE OF it_sgr. DATA onumber LIKE BAPIMEPOHEADER-PO_NUMBER. DATA: BEGIN OF tab OCCURS 0. INCLUDE...
View ArticleRe: When running "SOAMANAGER" internet explorer says this page can not be...
SOAMANAGER is a webdynpro application. Check if the following service is active: /sap/bc/webdynpro/sap/appl_soap_management.
View ArticleRe: How to Embed fonts in PDF document created from SAP Script form
Hi Alexander, thanks for the reply. i am not much experianced with downloading fonts etc. generally BASIS does this activity. We are creating spool for SAP Script, which uses fonts from HELVE and...
View Article