Dear Friend,
I have the same error, did you solve it?, if it so, could you tell me the solution.
Best Regards,
FJ
Dear Friend,
I have the same error, did you solve it?, if it so, could you tell me the solution.
Best Regards,
FJ
Hi All,
I am having similar issue, As mentioned above TUMRES is empty in SE 16.
I have rerun the measurement but background job is cancelling with
28.11.2014 09:48:27 Job cancelled after system exception ERROR_MESSAGE 00 564 A
Thanks
Sam
But simple mail is internal communication into the business workplace, isn't it?
Hi ,
I have scenario where i have to build a track for7.3 portal and we did the setup properly as per the
http://scn.sap.com/thread/2079515
Issue is when i am saving the track .I am getting default build also added to "Build Variants" tab. see the Visual admin config also .
Please help me how to avoid that or is it ok to keep that variant .
See the screen shots
-Rakesh
Hi Rei,
but in many cases using an EC is the only way to enhance any of the standard screen. The extensibility explorer does not give enough options on those. In standard you do not need to use the EC's because you can properly modify the existing screens.
In 80% of the use cases the customer wants to have a new facet in a standard screen and this works only via an EC, right?
Thanks,
Jens
Hi Jason,
what do you mean with
"The first document wasn't migrated." ???
Does that mean:
it was not migrated YET but will be mirgrated
OR
it was not migrated and will not be mirgrated and is lost
I hope the former and not the latter!
Regarding the second one something was not migrated correctly. That link used to point to:
"SAP HANA SPS7 - WEBCAST SERIES RECORDINGS | SAP HANA"
that is not the same as:
"AWS - Frequently Asked Questions". That is quite different content, you know what I mean
Thanks Madhav for you inputs.
However, would like to update you that till 20th PP all the accrual wage type was picking up by ACCR but now after 22nd PP its not. There is no change in the configuration.
Wondering why its not coming in 22nd PP and why only its picking up /4WK
Please update
Rakhi
Hi Subhash,
I set the parameters as suggested but it still doesn't work. When I move the pl order for the end product forward the dependng pl orders for semi-finished products remail in the same place. the same problem with operations in one pl order: e.g. when I move operation 30 forward the operations 10&20 remain in the same place, or if I move operation 30 backward all the operation 40 and up won't move.
Any suggestions what else I should alter to make this work?
and thanks again to both of you for your help!
I appreciate it!
best regards,
Pilvi
You might try creating a High Availability setup with a brand-new secondary database created via unload/reload. Once the HA setup is running, and the slim secondary is up-to-date with respect to the bloated primary, stop the bloated primary database and let the slim secondary database become the primary.
How did you decide for these amounts?
Regards,
Bhagyashree
Hi paul ,
thanks for your suggestion ,
i will do it .
can you please let me know how to rephrase my question ?
hi
see this program
YPE-POOLS:vrm.
PARAMETERS: p_matnr TYPE MARA-MATNR AS LISTBOX VISIBLE LENGTH 20.
DATA: t_mara TYPE TABLE OF mara,
w_mara TYPE mara.
DATA: name TYPE vrm_id,
list TYPE vrm_values,
value TYPE vrm_value.
*--------------------------------------------------------------------*
* A T S E L E C T I O N - S C R E E N O U T P U T
*--------------------------------------------------------------------*
AT SELECTION-SCREEN OUTPUT.
SELECT matnr FROM mara INTO CORRESPONDING FIELDS OF TABLE t_mara .
LOOP AT t_mara INTO w_mara.
value-key = w_mara-matnr.
value-text = w_mara-matnr.
APPEND value TO list.
ENDLOOP.
name = 'P_MATNR'.
CALL FUNCTION 'VRM_SET_VALUES'
EXPORTING
id = name
values = list
EXCEPTIONS
ID_ILLEGAL_NAME = 1
OTHERS = 2
.
IF sy-subrc <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
* WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
regards
laxman
Hi Vadim,
Thanks For the reply.
if i click on the report and click on open i am getting nothing,showing same excel sheet as before.
I have checked the log it is saying
Excel cannot open the file ' REPORT- BUSINESS GROUP.XLSX' because the file format or file extension is not valid. Verify that the file has not been corrupted and that the file extension matches the format of the file.
Any suggestions?
Thanks,
Kiran
Hello Andreas,
Thankyou for your suggestion...
Can we carry out same thing by manipulating attribute "Activity" in <package>.str file.
As we know "activity" attribute has following values:-
all = Create table/index and load data
data = Load data only (table must be created manually)
struct = Create table/index, but do not load any data
So if I mark tables with “struct”, R3LOAD will not create a data export or import row inside
the task file. This will prevent the export or import of unwanted table data.
Please let me know,whether I m wrong or?
Regards
S.Basis
Curious to know.
WHy you don't want to use table comparison?
Dear Experts,
I am using sap report of employee's loan . I have used the following code.
SUBMIT RPCLOG00 andRETURN
WITH PNPBEGDA = PNPBEGDA " Data Selection Period - From
WITH PNPENDDA = PNPENDDA " Data Selection Period - To
WITH PNPBEGPS = PNPBEGPS "Person selection period - From
WITH PNPENDPS = PNPENDPS "Person selection period - To
WITH PNPTIMR6 = PNPTIMR6 " Other Period Radio
WITH PNPPERNR IN PNPPERNR " Emp No
WITH PNPPABRP EQ PNPPABRP
WITH PNPPABRJ EQ PNPPABRJ
WITH PNPDISBD = PNPDISBD
WITH PNPDISED = PNPDISED
WITH PNPDISPP = PNPDISPP
WITH PNPDISPJ = PNPDISPJ
WITH PNPXABKR = PNPXABKR "Payroll area
WITH PNPABKRS IN PNPABKRS "Payroll area
WITH PNPTIMR9 EQ PNPTIMR9 "Current Period
WITH PNPTIMRA EQ PNPTIMRA "Other period
WITH PNPSTAT2 IN PNPSTAT2 " Status
WITH PNPWERKS IN PNPWERKS " Pers area
WITH PNPBTRTL IN PNPBTRTL " Pers SubArea
WITH PNPORGEH IN PNPORGEH " Org Unit
EXPORTING LIST TOMEMORY.
But the following payroll parameters are not working in the above code.
WITH PNPXABKR = PNPXABKR "Payroll area
WITH PNPABKRS IN PNPABKRS "Payroll area
What can be the reason.? Please note that the origional sap report can be run by the tcode S_AHR_61016210.
This is employee's loan report.
Regards,
Aneel
It is not as simple as you mention. I think you didn't understand my scenario.
My page have link in header and LHS(left hand side). which used to navigate other views. But in current view I have huge form, so if by mistakenly user click link in header or LHS then I should avoid him to navigate to source view.
One more point LHS and Header link are in different view which never change. It change middle content of page.
I have to handle it in global event as Martin mention. But its not working.
what your sample do is in current view if I have any link or button which will work. but that is not a case.
Hi
pl check the your requirement Class level , it is activate availability and requirement class , it is not activated system will give the error like your error message
this is abap code for error message
IF ( T459K-BEDSD NE SPACE OR T459K-ATPPR NE SPACE ) AND
VBAP-MTVFP IS INITIAL.
IF NEUTERMINIERUNG EQ CHARX.
MESSAGE ID 'VV' TYPE CHARE NUMBER 083 WITH VBAP-VBELN VBAP-POSNR.
ELSE.
MESSAGE ID 'VV' TYPE CHARI NUMBER 083 WITH VBAP-VBELN VBAP-POSNR.
ENDIF.
EXIT.
ENDIF.
check this and confirm
regards
sankar
yes, I inserted values into table it_operation and it_operation_up and values are as follows in which I just want to change control key and create purchase requisition and matl_group, pur_group and cost_element are also required to process following changes.
it_operation-activity = '0150'.
it_operation-control_key = 'ZCON'.
it_operation-work_cntr = 'FMU'.
it_operation-plant = '3000'.
it_operation-cost_element = '450850'.
it_operation-pur_group = '020'.
it_operation-matl_group = '026'.
append it_operation.
clear it_operation.
* IT_OPERATION_UP-ACTIVITY = '0150'.
it_operation_up-control_key = 'X'.
* IT_OPERATION_UP-WORK_CNTR = 'FMU'.
* IT_OPERATION_UP-PLANT = '3000'.
it_operation_up-cost_element = 'X'.
it_operation_up-pur_group = 'X'.
it_operation_up-matl_group = 'X'.
append it_operation.
clear it_operation.