Hi ,
We have a requirement where certain percentage of credits should be posted when a state/agency payment comes in.
Please let me know a payment lot event I can use to post the credit, during payment lot processing.
Thanks in advance,
Sara
Hi ,
We have a requirement where certain percentage of credits should be posted when a state/agency payment comes in.
Please let me know a payment lot event I can use to post the credit, during payment lot processing.
Thanks in advance,
Sara
Hi Experts,
Is there a way I can have component qty. rounded off to nearest 100 (for e.g) in a production order? I searched SCN but most of the threads speak abt. procurement rounding value (MRP1) or decimal places which is not what I need. So, please share your experience if you have come across this?
eg, for a finished product A, we have BOM component X = 50EA, for any order we get for A = 1EA, component qty. for X needs to be 100EA, for any order of 2EA, X should be 200 and so on. Reason being that component X always comes in packs of 100EA so we issue 100EA, consume 50EA (as per BOM) and return 50EA back to warehouse (Mvt. 262)
if I change the quantity in BOM, it will affect standard product cost.
Many thanks in advance,
Salman
Hi everyone,
We have an issue. We created a PO in April and the budget consumed. When we want to post MIRO in May, the system control the budget again and gives an error that is FMAVC018.
Why is it control the budget again in MIRO? We make control the budget period wise. The end of month, we transfer the budget of April ( fund = M01 ) to next month.
It is really urgent problem.
Can anyone help me about this issue?
Thanks
Hi All,
For last couple of days, I have been trying to delegate my model training to SAP HANA through SAP PA Desktop 2.5 version but it does not seem to take place. I have already done all the pre-requisite as mentioned below.
1. Have got APL 2.5 installed on HANA server.
2. Have assigned AFL_PM_CREATOR_ERASER_EXECUTE AND AFL__SYS_AFL_APL_AREA_EXECUTE rights to the right user.
3. Have executed required sql scripts as mentioned in APL 2.5 reference document under section 2.7
4. Have ensured that APL is installed correctly by using sql under section 2.6 as well us by using PING function.
5. have also ensured that script server instance is running in HANA.
6. Have created the required ODBC connection to HANA database through SAP PA desktop version.
7. Have ensured that required option to delegate the training is checked under preferences in SAP PA desktop version.
8. Have ensured that I am not use decision tree option while generating the model.
9. Have ensured that HANA database revision is correct.
10. Have checked that APL version matches with the SAP PA desktop version.
I am trying to do a classification/regression model. Can anybody help me find out what else I might be missing or should do? My objective is to boost the performance because it takes lot of time to create a model on local machine as the size of the input data is very large.
Any help would be highly appreciated.
Thanks
Rajiv kumar
We are using FM ‘HR_INFOTYPE_OPERATION’ to update standard infotype data, but few infotypes are not getting updated through this function module. Few days back all infotypes were getting updated successfully but all of a sudden we are facing this issue.
For these info types when used FM 'HR_CONTROL_INFTY_OPERATION' they are updated succesfully, these are all standard info types only, as a matter of fact SAP itself will change the info type framwork if required, we do not want to change it.
What could be the reason for this. Your suggestions please..
Hi Experts,
I did a Full device removal from an installation. Now i want to extend the validity of this device (like reversal).
My plan is to extend the meter validity(EG41) & then do a billing related Install(EG34).
So i first went to EG41, choose a valid time slice and then from the top menu select EDIT-->Extend Validity.
But this option is greyed out. I remember doing this in another client location long back.
I want the device to be valid till 12/31/9999.
Can any one suggest me?
Thanks
Hi Friends,
My Customer has ECC on HANA and BW powered by HANA. These are two separate HANA Box. I was just wondering If I need to make a report in which I need to get data from HANA live views(Operational Data) from ECC and some data from SAP BW system and integrate them to make a single report then what is the best way.
I have come across many beautiful documents in SCN about integrating the data from HANA live(ECC) and BW but I believe none of them has talked about the scenario when ECC and BW are on two different boxes. Will Open ODS and Composite provider be of any use in such scenarios?
Please throw some light. Thanks.
Version
-----------------
SAP ECC EHP7
SAP BW 7.4
SAP HANA 1.0 SP10
Best Regards,
Gaurav
Dear all,
We have the following problem with the licences installation at one of our customers.
Initial Error: They are not allowed to upload excel data in PA due to a license issue: 'Invalid Licence for KXEN.KxStatTR' (data type:Kxen.UserStore).
Version: PA2.4.
It's been mentioned that the following licence needs to be installed: ‘SAP PAS Full Use HANA, up to 10 units’
Can you please tell, where this should be installed ? The customer has installer the 'modeler licence' on each client. Should this be installed on the client, HHP (HANA or R/3 system), BW ?
Thank you for yourreply.
Hi guys,
I tried to use the code in the following link in SE38:
Expose BI Query as RESTful Service - SAP NetWeaver Business Warehouse - SCN Wiki
TYPE-POOLS: rrx1 .
DATA: r_dataset TYPE REF TO cl_rsr_data_set.
DATA: lcount TYPE i .
DATA: xcount TYPE i .
DATA: i_var TYPE rrx1_t_var.
DATA: i_var_final TYPE rrx1_t_var.
DATA: wf_variant TYPE variant .
DATA: wa_axis LIKE LINE OF r_dataset->n_sx_version_20a_1-axis_data .
DATA: wa_axis_info LIKE LINE OF r_dataset->n_sx_version_20a_1-axis_info .
DATA: wa_chars LIKE LINE OF wa_axis_info-chars .
DATA: tmp_char TYPE rrws_thx_axis_chars.
DATA: wa_tmp_char TYPE rrws_sx_axis_chars .
DATA: wa_attrinm TYPE rrws_s_attrinm.
DATA: wa_cell LIKE LINE OF r_dataset->n_sx_version_20a_1-cell_data .
DATA: wa_textsymbols LIKE LINE OF r_dataset->n_sx_version_20a_1-txt_symbols .
DATA: wa_textsymbols1 LIKE LINE OF r_dataset->n_sx_version_20a_1-txt_symbols .
DATA: wa_set LIKE LINE OF wa_axis-set.
DATA: tmp_set TYPE rrws_tx_set.
DATA: wa_tmp_set TYPE rrws_sx_tuple .
DATA: wa_dattrinm TYPE rrws_s_attributes .
DATA: i_iset_iobjnm TYPE rsd_iobjnm ,
e_iobjnm TYPE rsd_iobjnm .
DATA: error_message TYPE string ,
xml_out TYPE string .
DATA: q_variables TYPE rrxw3tquery .
DATA: error_string TYPE string.
DATA: no_of_chars TYPE i ,
no_of_keyf TYPE i .
DATA: var_nam(
10
) .
DATA: iobj_detail TYPE bapi6108 .
DATA: iobj_details TYPE bapi6108_t .
DATA: it_fieldcat TYPE lvc_t_fcat,
is_fieldcat LIKE LINE OF it_fieldcat.
DATA:
return
TYPE bapiret2_tab .
FIELD-SYMBOLS: <ltable> TYPE ANY TABLE,
<l_line> TYPE ANY,
<l_field> TYPE ANY.
TYPES: BEGIN OF metatype ,
fieldname(
30
),
outputlen(
6
) TYPE n,
datatype(
4
) ,
scrtext_l(
40
),
END OF metatype .
DATA: meta_data TYPE STANDARD TABLE OF metatype ,
wa_meta_data TYPE metatype .
DATA: off TYPE i,
moff TYPE i,
mlen TYPE i.
DATA: iobj_return TYPE bapiret2_tab .
DATA: wf_ip TYPE rsinfoprov ,
wf_query TYPE rszcompid ,
wf_view TYPE rszviewid .
DATA: i_axis_info TYPE rrws_thx_axis_info ,
i_cell_data TYPE rrws_t_cell ,
i_axis_data TYPE rrws_thx_axis_data ,
i_txt_symbols TYPE rrws_t_text_symbols .
DATA: n_counter(
3
) TYPE n .
DATA: char_count TYPE i .
DATA: wf_fldnm(
40
) .
DATA: struct_type TYPE REF TO cl_abap_structdescr,
tab_type TYPE REF TO cl_abap_tabledescr ,
comp_tab TYPE cl_abap_structdescr=>component_table,
comp LIKE LINE OF comp_tab,
dref TYPE REF TO data ,
dref1 TYPE REF TO data ,
op_len TYPE i .
DATA: fields TYPE tihttpnvp .
DATA: wa_fields TYPE ihttpnvp ,
wa_var TYPE w3query .
CLEAR :fields, q_variables ,i_axis_info,i_cell_data,i_axis_data,i_txt_symbols.
REFRESH: fields, q_variables,i_axis_info,i_cell_data,i_axis_data,i_txt_symbols .
CALL METHOD request->get_form_fields
CHANGING
fields = fields.
IF NOT fields[] IS INITIAL .
CLEAR wa_fields .
LOOP AT fields INTO wa_fields WHERE name CS
'VAR_'
.
CLEAR wa_var .
MOVE-CORRESPONDING wa_fields TO wa_var .
TRANSLATE wa_var-name TO UPPER CASE .
APPEND wa_var TO q_variables .
CLEAR wa_fields .
ENDLOOP .
I have this error : field request is unknown.
How can i solve it?
Thanks.
Amine
hi all,
i want to click to button,and open the FragmentDefinition dialog page.i want to get click getBindingContext and show the frangment..
can you help me please?
master page code:
var oContext = evt.getSource().getBindingContext(); this.oAlertDialog = sap.ui.xmlfragment("view.MapRMSA",oContext,this); this.oAlertDialog.open();
fragment xml:
<core:FragmentDefinition xmlns="sap.m" xmlns:l="sap.ui.layout" xmlns:core="sap.ui.core"> <Dialog title="RMSA"> <content> <Label id="label1" text="{company}"></Label> <Label id="label2"></Label> </content> <endButton> <Button text="Kapat" press="onDialogClose" /> </endButton> </Dialog></core:FragmentDefinition>
Hi Experts,
We noted that when importing a data file it deletes the input form data for the same category entity and time.
In the NW version there's also an AuditID (Datasource) segmentation for import, that allows a user to input to forms in one AuditID and and import data to another such that input form data is not deleted. This allows the users to constantly re-import their data (after corrections) without losing their input form data.
Any ideas for a solution in the MS version?
One manual solution is to import to another category (e.g. ACTUAL2) and then create a specific copy package from ACTUAL2 to category ACTUAL where the input form data resides, copying only the specific AuditID. This creates another step for the users.
Maybe automate the above option and add to the default script a copy statement that copies the above a when auditid = INPUT (the AuditID of the data) and not affecting the input form AuditID level.
Any other ideas?
The current setup assumes that the user will only enter input form data after completing the data import. This is not always the case. There are several import iterations.
Thanks in advance
Eyal
Hi.
I have a need to read Marketing Attributes assigned to given Customer or Contact and display the text related to attributes in a table. When i look at BusinessAttributeAssignment BO there is no Query available. Also BusinessPartner and Customer BO do not have anything related with Marketing attributes that i can find.
I need the text of Attribute set , Attribute name and Attribute Value in a tabular format for given BusinessPartner.
Regards
Apoorva
I have configured inbound email routing and configured email as cod.b2c.srpopt2@my3xxx.mail.crm.ondemand.com and the mail server is bouncing. The bouncer email response as below The email address that you entered couldn't be found. Check the address and try resending the message. If the problem continues, please contact your helpdesk. Any Help?
Hello,
Can someone explain in detail; how SAP user license fee is calculated( preferably by giving an eg ), please?
Thanks & Regards,
Vinay Gaddam
Hello Experts
I am trying to get get message returned from backend system on successful update / create request, but the code returns nothings and when I check in debug mode it bypasses the success / error functions in oDataModel's create/update methods.
Below is my code:
var oServiceModel = this.getView().getModel(); var relPath = "/IssueDetailSet(" + "Memberid=" + "'" + memberid + "'" + "," + "Bookid=" + "'" + bookid + "'" + ")"; // Call the update method of the service model oServiceModel.update(relPath, oData, null, function(success) { MessageToast.show("Updated book " + success.Bookid); }, function(error) { MessageToast.show(JSON.parse(error.response.body).error.message.value); });
at Backend Side I am passing data in UpdateEntityset to below Method
COPY_DATA_TO_REF(
exporting
IS_DATA = LS_REQUEST_INPUT_DATA
changing
CR_DATA = ER_ENTITY
).
Date is going fine and update working fine but I am not sure how to get return Sucess message in JS above
Hello all, I have a need to pull the classes & objects out of my UNX universes & get them in to SQL tables so that I can have a "metadata repository" or data dictionary, where we can see what's in what universe. Searching online & I found some tools to get this from UNVs but nothing for UNX. It *seems* like we'll need to do this ourselves using the SDK. I am not a programmer & will have to hand this off to my development group for hopeful help. I've been trying to read up on this to figure out if it's even possible & I'm still a little murky, most of the SDK stuff seems to revolve around programmaticly changing your universes, I'm not seeing much about "pull down all the details of the universe".
So before I potentially send one of our developers on a wild goose chance I wanted to pose the question here -- is what I'm looking to do possible with the SDK? Is the Java SDK the right place to do this? Is it relatively trivial for somebody who knows their way around java? Anybody know of anything like this that already exists?
Thanks so much for any input you can provide!!
Boa tarde a todos!
Já executamos o programa da transação F_IT_01 (zeramento das contas de resultado), já preenchemos na transação J1BECD a aba "Encerramento" e já definimos o registro I355 como obrigatório, mas mesmo assim o SAP não gera o registro I355.
Alguém saberia me dizer se isto é devido a alguma anomalia do sistema ou se há alguma configuração que está faltando?
Muito obrigado,
Daniel.
PI gurus,
I tried to send a vendor as IDOC CREMAS.CREMAS04 to our PI/XI system and in our PI/XI system, the IDOC will be mapped to an xml message and then the XML message will be sent to our client.
I tried to make the whole process a synchronous transmission. But the problem I have is that when I use T code BD14 to sent the vendor to our PI system as a IDOC, the sender interface is automatically CREMAS.CREMAS04 in PI/XI.
Because the sender interface is CREMAS.CREMAS04 and namespace is "urn:sap-com:document:sap:idoc:messages",
In the "Interface Determination" I can only get the "Operation Mapping" if I put "CREMAS.CREMAS04" and "urn:sap-com:document:sap:idoc:messages"
as the source In the "Operation Mapping".
Then the whole process will only work for asynchronous.
So my question is: Can an IDOC message be used for synchronous transmission?
If it can, how can I do that?
Thanks in advance!
Fisher
Hi experts,
I am using USA Regulatory Address Cleanse, how to know the package is installed, i am using 4.1 version, i have this question because
i am getting error as
14.1) 06-11-13 21:13:18 (E) (25160:28332) VAL-030910: |Session DqmBlueprintUSA_AddressCleanse
Transform <USARegulatory_AddressCleanse>:Option Error(Option: [USPS License Information/Customer Company Name]): <URC1003>:
[Customer Company Name] option must be filled in [USPS License Information] block when either [Enable DPV] or [Enable LACSLink]
options are set to YES.
Thanks
Madhu