Re: How to print PDF document from application server
Hello, If you wish to store the files on the NT OS of the SAP server whenyou print, the following consulting note describes the procedure: Note 161516 - Printing into a file or anywhere else in NTTo...
View ArticleRe: SAP NOTE 748028 ISSUES in Implementing for message SE117
Hello, As you mentioned note 748028 has no code correction hence you can not implement it via SNOTE.Concerning SE117, 99% of times is due to customising settings.Please follow note 748028. This note...
View ArticleRe: Issue in hiring process using FM HR_PAD_HIRE_EMPLOYEE and...
Hi, I have already tried bapi_transaction_commit and wait statement. It doesn't make any difference. The issue still persists. I got some information from some other source that there might be a issue...
View ArticleRe: FM CO_XT_COMPONENTS_DELETE not working as expected
Hello Basant Kumar. You need to pass RSNUM, RSPOS and MATNR in internal representation format (with preceding zeroes) to lt_resb using CONVERSION_EXIT_ALPHA_INPUT or directly assigning as...
View ArticleFB50 and FB60 posting BAPI
Hello Experts, As per the GL posting and Vendor Invoice posting, I believe we can use BAPI_ACC_DOCUMENT_POST bapi. I have an input file in which some records need to be posted through FB50 (GL...
View ArticleRe: How to input logo with REUSE_ALV_GRID_COMMENTARY_SET
Hi Lucas , call this method before calling your method to set the logo. CALL METHOD dg_dyndoc_id->add_gap EXPORTING width = 200. then call your method. * CALL METHOD...
View ArticleRe: When I click want to open edit mode. Could you help please
Hello, What I mean the way you have added edit = 'X' is ok. But you need to show the alv display again. Thanks & Regards, Abhijit
View ArticleRe: When I click want to open edit mode. Could you help please
WHEN '&IC1'. LOOP AT it_fieldcat INTO wa_fieldcat. wa_fieldcat-edit = 'X'. MODIFY it_fieldcat FROM wa_fieldcat INDEX sel_field-tabindex. ENDLOOP....
View ArticleRe: How to input logo with REUSE_ALV_GRID_COMMENTARY_SET
I got it, I used this code, but i changed where it was in my code, CALL METHOD dg_dyndoc_id->vertical_split EXPORTING split_area = dg_dyndoc_id split_width = '70%'...
View ArticleMaking atab default in ME52N transaction
Hi friends,I have to make a custom tab of transaction ME52N default.Screenshot is attached below.Here RELEASE STRATEGY tab is custom tab.I want to make this tab default,whenever ME52N transaction is...
View ArticleRe: reading multiple records
Hi that read statement used to get the index number where pernr = wa_008-pernt matches.then the inside loop statement starts the loop from the respective pernr..no problem if ur having multiple...
View ArticleRe: reading multiple records
Hi M S Patil, Please try the following sample logic. *-sort both itabs by same key fieldsSORT it_0008 BY pernr.SORT it_0035 BY pernr.LOOP AT it_0008 INTO wa_0008.*-to set the tabix DATA : lv_index...
View ArticleRe: HTTP Call to Google Geocode
I wanted to let you all know we had this EXECT same problem and we solved it so we would like to share with you all !! Our solution was to remove the Client and Signature from the URL and use the...
View ArticleRe: RFFOEDI1
Put the program name in SE38 and select the attributes radiobutton. It will give you the program description. Though, I don't have system access currently. By look, it looks like something related to...
View ArticleSales Order In BAPI_PO_CREATE1
HI,I Am Creating Purchase Order Via BAPI_PO_CREATE1. I Want To Pass 'Sales Order' And 'Item' With Sales Order. However i am not able to find in which table or Type in FM 'BAPI_PO_CREATE1' , Sales order...
View ArticleRe: How can i do this like fieldcatolog ?
i try but i get this error : CX_SY_DYN_TABLE_ILL_COMP_VAL in function Why ? Thanks & Regards
View ArticleRe: Report in background
you can use FM : /PLMB/NAV_LAYOUT_USR_GET to get the user specific layout Regards
View ArticleCan we Download & Upload Corel Draw files webdynpro
We are having a requirement where we have to upload and download from webdynpro.Canvas (*.cv*)Corel Draw (*.cdr) - default. I can create and read file from DMS usingFUNCTION -...
View ArticleREUSE_ALV_HIERSEQ_LIST_DISPLAY function runtime error
That Error : CX_SY_DYN_TABLE_ILL_COMP_VALWhy ? Thanks
View Article