Re: Worklist : display of open items selected by blart
Dear Giuseppe. I didn't do that but I think BAdI FDM_COLL_SEND_ITEMS could control items to be sent to Collection management.
View ArticleDeleted (archived transport) still with delivery attached
Hi, I´m facing an issue that I´d like to share with you all. When the user deletes a transport (VT02n), the related deliveries attached still with this deleted transport in the documents flow (vl03n)....
View ArticleRe: Changing Delivery in VL03N
Dear Mhemet If anyone have this , it can change delivery document.as per my knowledge if we have in sc01.. V_LIKP_VSTif we maintained in sc01 this is only For shipping points authorization right , it...
View ArticleTime Report variant setup
Hi Experts, Need help on dynamic variant setup for a custom program, which creates cost objects in custom table for Time writing purposes. Everything works fine The batch is setup with 03:00AM and...
View ArticleRe: Textfield should be filled with dimensionfilter
Hello Heike - I don't see where those type of filtering functions are available for a text box; consider using a Dropdown box, filter panel or dimension filter for those types of filtering functions
View ArticleRe: How to Disable Standard Buttons from Approve Request Application
Hi Trilochan, What decision keys have been assigned to the task?You can find documents in the Approve Requests section of SAP Fiori UX - Extensibility.Regards, MasaSAP Customer Experience Group - CEG
View ArticleRe: Size of image from the CL_IGS_CHART_ENGINE
Hi, Thanks. How to get the graph as a picture using code . Is there somthing like cl_igs_chart_engine->get_image ? By the wayVincent last log onLast Logged In:Nov 16, 2011 1:42 PM
View ArticleRe: String character replacement manipulation
Hi Chris, Try the below code. data: lv_hash(1) value '#', lv_spch(1) value '~', lv_cnt type i.data: lv_char(2). loop at itab.replace all OCCURRENCES of lv_hash in itab-str with lv_spch...
View ArticleRe: 997 Formatting and routing to different folders
Hi Anjana, Use the converter Module in the EDI Separator Sender Adapter (handling 997). It will convert the 997 into xml. Once you have the xml you can use the ISA receiver id(target vendor id) xpath...
View ArticleRe: Manual Bank Subaccount Clearing 1:N – Profit Center Assignment within NEW GL
Hi In most of my projects, a common profit center is defaulted to the Bank Account through FAGL3KEH in a new gl environment. This is because the payment function had been centralized and so it was...
View ArticleRe: In transfer stock(MB1B 313) at LTP(MS04)
Hi Microfish, For your question, the reason is MD04/MS04 used different calculating method in opening stock, for MS04 the planning scenario is taken into account during planning run. You should double...
View Articlethe table doesn't change when modelData is changed
Hi all,I create a table and bind JSONModel like this : this.oModel = new sap.ui.model.json.JSONModel(); this.oModel.setData({modelData:this.aData}); this.oTable.setModel(this.oModel);...
View ArticleRe: Problem with Import in KOH1
Well, SAP could help and the issue is resolved. In case of anyone else having problems: First of all, this import feature should not be used, to create order groups. After export of order group we...
View ArticleRe: could not connect to host localhost on port 21200
Hi Divyanshu, The error is Error while connecting to communication partner - see preceeding messages.Could not connect to host localhost on port 21200.java.net.ConnectException: Connection refused:...
View ArticleHow to map Customer in to Table : CRMM_BUT_CUSTNO
Can any one suggest how map BP in to Table : CRMM_BUT_CUSTNO. BP exist in both the systems CRM as well as ECC but while we check above said table it is not existing BP over there. Plz suggest how to...
View ArticleRe: How to call other report and download its output into a local sap path.
Hello Anand, you can pass as much parameters as you want in SUBMIT statement, So no problem in that . Regarding your next issue about not doing any change in report A1, this export to memory id...
View ArticleRe: oData-Service in XML-View Table
I see, that there is another error in the network tab: In "header" Request URL:http://localhost:64322/zzz/Component-preload.jsRequest Method:GETStatus Code:404 Not FoundRequest Headersview...
View ArticleRe: Add control from 1.22.xx
If it's just the theme, can't you add a new styleclass for the control and override the CSS? Many thanks,Jason
View Article