Re: EDI for Scheduling Agreement
Hi Nikhil, It is not a thumb rule... and since the case is with buyer you cannot demand, you will need to alter your system to adjust and understand whatever he is sending and transform into the...
View ArticleRe: more space between two words in all windows in samartforms
Hi, Look at the SMARTSTYLE used if none it used default settings of the Smartforms will apply to the window. Check the default in your smartform. Cheers,Arindam
View ArticleRe: Excel attachment via email without prompting any message
I used ABAP2XLS technology. with that we can create Excel document without mentioned popup. Thanks.
View ArticleRe: Tracing Error Message to Program
Select the message number (and not the message class) then use the Where-Used list. That will give you a narrow list on which you can then set breakpoints on and run the transaction. Sougata.
View ArticleRe: more space between two words in all windows in samartforms
Hi Kindly check the following URL http://scn.sap.com/thread/853944 Hope this solve . Happy CodingSandeep
View ArticleRe: how to display image which is stored in sap server
Hi, Take a look at this link, I think that it can help youhttp://scn.sap.com/message/8730151#8730151 Regards,Paulo.
View ArticleRe: how to display image which is stored in sap server
Hi, I think picture_control_1 is TYPE REF TO CL_GUI_PICTURE. Hope its is not an access issue with that path. Cheers,Arindam
View ArticleRe: IDoc for stock transfer
Hi Srinivas, You will need to use MBGMCR for this MBGMCR can't add it to model view directly Use BAPI : BUS2017 / method CREATEFROMDATA instead of it. Regards
View ArticleRe: Error in SAP Note 1780941 - SEPA: Direct debit pre-notification...
Hi Srinivas, Take a look at this sap note: 944221 - Troubleshooting if problems occur in forms processing Regards,Paulo.
View ArticleRe: Send csv file to FTP Server
Hi Raymond,I already declare all necessary step in Program, could you tell me how i can get the error message (207 / 209) from the COMMAND_ERROR.Kindly find the below code.All connection are working...
View ArticleRe: How to increase the column width while running a report in background??
Sourav, The additions LINE-SIZE and LINE-COUNT influence the basic list of the program. A basic list is when you write out a list in your program using WRITE statement for example. These additions have...
View ArticleRe: ALV alternate batches rows color messed up after sorting
Hi Yakub, I assume that the GROUPLEVEL_CHANGE refer to getting user's sort action? and do I call the 'REUSE_ALV_EVENTS_GET' fm before my REUSE_ALV_GRID_DISPLAY fm or after REUSE_ALV_GRID_DISPLAY FM?
View ArticleRe: how can i call ztransaction after save in ca02
Hi Maryam. Check these user exits for tcode CA02.Regards.
View ArticleRe: Change routine for TMG
Hi Udupi, Event 02 will not be useful in your case, because that might be effected after saving data in the table. So, that time and date may not be updated. You try events 05 Creating a new entry...
View ArticleRe: Arabic Text is not displaying in excel while downloading from gui_download
hello santhi, U can try using the 'CODEPAGE' Parameter?. The code for arabic is 1100 or 8700. CALL FUNCTION 'GUI_DOWNLOAD'EXPORTINGCODEPAGE = '1100' or '8700'.WRITE_BOM = 'X'. Microsoft character Set...
View ArticleRe: ALV alternate batches rows color messed up after sorting
Here is a sample http://scn.sap.com/thread/864505
View ArticleRe: how can i call ztransaction after save in ca02
hello, The user exits in CA02 are CMDI001 Determine explosion control for BOMCPAU0001 Enhancement for Authorization Check in Task ListsCPDO0001 Test units of measure for reference operation setCPRE0001...
View ArticleRe: ME22N BADI: ME_PROCESS_PO_CUST -not updated.
If you want to persist the changes you have to implement the IF_EX_ME_PROCESS_PO_CUST->POST( ) method in your BAdI implementation. You can use OPEN( ) if you want to prepare any header data before...
View ArticleXSLT_TOOL change node name
Hi, I have created a Simple transformation. Now i want to change the node name. (not the attribute name)How do i do it? Regards,Shraddha
View ArticleRe: ME22N BADI: ME_PROCESS_PO_CUST -not updated.
Hi Madheswaran, Are you using internal table with header line, so you need to append the internal table firstand check whether the inco1 field has update = 'X' Regard's,Shashi Kanth.
View Article