Which transaction is this?
Re: F4 key functioning in screen personas 2.0
By disabling the bootstrap process in java, can we start the java instance faster??
By disabling the bootstrap process in java, can we start the java instance faster??
Alternate unit in material master
Hai ,
How to add alternate unit in material master ?
eg: gallon ( 1 ) --> liter ( 3.7 )
Re: Personas 3.0 - Multi-mode on Chrome
Hi,
If you want open multi mode on Personas 3, perform your profile instance parameter em/blocksize_KB and itsp/max_eg_mem_percent.
Go to link http://wiki.scn.sap.com/wiki/display/Img/Personas+3.0+Performance+Optimization+Guide and sap note 1888428.
Ludovic
Re: Booking Goods In Against a purchasing schedule
Hi,
Does your receipts are based upon the base document schedule aggrement items ? if so irrespective of the delivery dates in SA , system will allow for the GR for the line even though there are open quantiies in the previous line .
Regards,
Re: Dynamic table as class (instance) attribute
Thanks that worked out nicely!
Re: WCEM screen size is not optimized
Hi Anaïs,
I suppose that you already got an answer
Un bon bon weekend,
Steffen
Re: Activating Search option in SAPUI5 Dialog Help-box
Hello Did you find solution for your issue ?
Re: Queue Name In Smw01 for a BDOC Type is Empty
Hi Suhas,
If the data is being replicated from ECC system and you observe queue name to be empty in CRM system , then you have to check the table CRMRFCPAR in ECC system for the particular object type. The flag InQueue should have value X for the queue to be generated.
Hope it helps,
~Athreya
Re: How to update the custom fields on customer master(XD02) using BDC
Did you try to search the SCN? It's FULL of examples and hints
First step, read note 577502 to get a clear explain about the methods available
i succesfully implemented method FILL_FT_TABLE_USING_DATA_ROWS this way
DATA: l_f_data_row TYPE bdifibiwa,
l_structname(30),
ls_bknvv TYPE bknvv,
ls_ci_bknvv TYPE ci_bknvv,
ls_bdc TYPE bdcdata.
FIELD-SYMBOLS: <comp> TYPE any.
DATA: lt_fieldname TYPE TABLE OF dd03l-fieldname,
lv_fieldname TYPE dd03l-fieldname,
lv_act TYPE xfeld.
LOOP AT it_data_rows INTO l_f_data_row.
l_structname = l_f_data_row+1(30).
CASE l_structname.
WHEN 'BKNVV'.
ls_bknvv = l_f_data_row.
CLEAR lv_act.
SELECT fieldname INTO TABLE lt_fieldname FROM dd03l
WHERE tabname = 'ZABKNVV'.
LOOP AT lt_fieldname INTO lv_fieldname.
ASSIGN COMPONENT lv_fieldname
OF STRUCTURE ls_bknvv TO <comp>.
CHECK <comp> <> '/' and <comp> <> space.
lv_act = abap_true.
ENDLOOP.
CHECK lv_act = abap_true.
ls_bdc-fnam = 'BDC_OKCODE'.
ls_bdc-fval = 'AO04'. "Set next subscreen"
APPEND ls_bdc TO et_ft. CLEAR ls_bdc.
ls_bdc-program = 'SAPMF02D'.
ls_bdc-dynpro = '4000'.
ls_bdc-dynbegin = abap_true.
APPEND ls_bdc TO et_ft. CLEAR ls_bdc.
LOOP AT lt_fieldname INTO lv_fieldname.
ASSIGN COMPONENT lv_fieldname
OF STRUCTURE ls_bknvv TO <comp>.
CHECK <comp> <> '/'.
CONCATENATE 'GV_KNVV' lv_fieldname
INTO ls_bdc-fnam SEPARATED BY '-'.
CONDENSE ls_bdc-fnam NO-GAPS.
ls_bdc-fval = <comp>.
APPEND ls_bdc TO et_ft. CLEAR ls_bdc.
ENDLOOP.
WHEN OTHERS.
ENDCASE.
ENDLOOP.
Re: Avoid infocube n replace it by Hana optimized objects
Hi Snehal,
It is not a requirement that you replace your info cubes with BW on HANA. The idea is that you replace them if you don't need them any more. Before HANA a lot of customers used info cubes as they could not report on DSO objects directly due to performance problems. So in the past a typical data flow might have been Data source >DSO >Info cube > Query , in this example dataflow the info cube only existed for performance reasons. With BW on HANA it is often the case the performance is ok when reporting on the DSO directly and therefore an info cube may not be required.
Kind Regards,
Des
Re: How to use ToDate() to concatenate month and year cells
Hi
Use this for to display Year-Mmm (2015-Jan).
First you need to convert the Number to String.Use Formatnumber function to convert Number to String.After that use Todate & Format date.
=FormatDate(ToDate(FormatNumber([Year];"####");"yyyy");"yyyy")+"-"+FormatDate(ToDate(FormatNumber([month];"##");"MM");"Mmm")
Use this for to display Year-Mmm-01 (2015-Jan-01).
=FormatDate(ToDate(FormatNumber([Year];"####");"yyyy");"yyyy")+"-"+FormatDate(ToDate(FormatNumber([month];"##");"MM");"Mmm")+"-01"
Amit
Re: Leave Quota Compensation
Re: OBD Not getting deleted in VL02n
Hello Kundan,
Thanks for your reply. But there are no other open documents to be reversed for this delivery.
Strange part is after all the reversal, and picked qty is made to zero also its not deleting the delivery, neither gives any error message.
Thanks,
-Sameer
Re: Error : The structure of activity area **** is not symmetrical (Message no. /SCWM/LC1054)
Thanks Petr
I am not clear on your explanation" whether odd and even sort is symmetrical" as you have mentioned.Can you please elaborate some more.
PFB the screenshot of /SCWM/TAAREAD
WN AA Sq A.St A.En Sk.S Sk.En
200 | W005 | NL01 | 1 | 5021 | 5021 | 67 | 68 | |||||||||||
200 | W005 | NL01 | 2 | 5021 | 5021 | 65 | 66 | |||||||||||
200 | W005 | NL01 | 3 | 5021 | 5021 | 63 | 64 | |||||||||||
200 | W005 | NL01 | 4 | 5021 | 5021 | 61 | 62 | |||||||||||
200 | W005 | NL01 | 5 | 5021 | 5021 | 59 | 60 |
Thanks Manish
I am using the same Bins for the second time also to analyse the issue.
Re: Invalid byte 2 of 2-byte UTF-8 sequence JMS Sender CC
I got reply.. They are using 1208...
Same value I have given in Sender JMS Commu. Channel. Then why message got failed due to special character?
Thanks & Regards,
Rashmi Joshi
Re: When PO is created it is not Displaying in the INBOX using Standard Workflow
Hello
Check if the WF configuration is maintained in SWU3
Check if WF-BATCH user is unlocked and has SAP_ALL and SAP_NEW authorisation. Set up the trace ST01 and check SU53 for authorisation for logged on User.
Check if the Event linkage is ticked on in Transaction SWE2 for WS20000075
Check if the WF event is triggered in SWEL(Before that switch on the trace in SWELS)
Check if the WF is not in error . Check transaction SWI1, SWPR
Regards
Sandy
Change Email ID from Official to Personal
Hi Experts,
I completed my SAP PI certification in March 2014 from my Company. I have received my S User ID and was using it. S User ID was registered under official email.
After some months, I changed my organization and I have forgotten my password.
I went to forgot password, but it was triggering email to my official ID. Since I am not working with current organization, I could not reset the password.
Kindly assist me how to reset my password and change the email ID
My S ID : S0010845796
Thanks & Regards,
Tejas Bisen
Re: Two standalone Relay servers for one instance?
Hi Nagesh - Thanks for showing interest in helping me out.
Actually i was testing this in the Dev server to implement the successful method in the Production SMP server farm.
Our SMP Production system has three clustered SMP servers (Active-Active clustering) connected to a single oracle DB - This is already setup (with one Hybrid application live in PRD)
Now we have two Relay servers which we intend to implement as Farm Relay servers in front of the SMP clustered servers.
Please help me with my below queries:
1) I am not sure why the existing Relay server connection with the back-end server lost suddenly when i connected a new Relay server as standalone. Do you have any clue? Previously one relay server was connected to the back-end which now has lost the connection. Tested with the below two urls in the rshost browser:
http://localhost/rs16.5/admin/rs.dll
http://localhost/rs16.5/client/rs.dll/SMPserverfarm
2) As said before, we intend to make it a Relay server farm for PRD landscape. I understand that the rs.config files would remain the same on all the relay servers in a farm. But I am not sure how to run the dbsvc script on the smp servers in a farm for the rsoe config
C:\SAP\MobilePlatform3\Server\db\sa\smp3\win32\Bin64>dbsvc -as -s auto -t RSOE -w smp-oes "C:\SAP\MobilePlatform3\Server\extras\rsoe\windows\Bin64\rsoe2.exe" -cr "host=<rs host> (should i enter both the rshost in the script at same time or should i run this script twice with different rshost?); port=80; url_suffix=/rs16.5/server/rs.dll" -cs "host=localhost;port=80" -f <smpfarm_id> -id <id> -t ***** -o C:\Rsoe_log\rsoe2.log
Also please highlight if you find any other issue in the above script.
3) I understand that once i setup the Relay server in front of the SMP server, the Hybrid app which is in production, connected directly with the SMP server. We need to make the below change in the connection string. Right now i have no idea how to make this below change
OLD Address ->
http://<smphost>:8080/odata/applications/latest/<(><applicationid>/Connections
NEW Address ->
http://<new rshost>/rs16.5/client/rs.dll/SMPserverfarm/odata/applications/latest/<applicationid>/Connections
Could you please explain me in a little detail how do we exactly make this change. Is there any impact on the Hybrid app with this change?
BR -
Sajan Mathew
Re: Data Manager "Clear Package" Customization
Ok, thanks Vadim. So can I conclude by only copying the "CLEAR" DM Package and customize the "ADVANCE SCRIPT" code as below with out creating a "Script Logic"? or pls. let me know if I have to make any other changes.
PROMPT(SELECTINPUT,,,,"%ENTITY_DIM%,%CATEGORY_DIM%,%TIME_DIM%")
PROMPT(RADIOBUTTON,%CHECKLCK%,"Do you want to check Work Status when clearing?",1,{"Yes, delete comments with work status settings","No, do not delete comments with work status settings"},{"1","0"})
INFO(%SELECTION_KEYDATE%,)
TASK(/CPMB/CLEAR_CUBE,CHECKLCK,%CHECKLCK%)
TASK(/CPMB/CLEAR_CUBE,SELECTION,%SELECTION%)
TASK(/CPMB/CLEAR_CUBE,DUMPLOADMODE,3)
TASK(/CPMB/CLEAR_CUBE,KEYDATE,%SELECTION_KEYDATE%)
Thanks in advance,
Best Regards,
Venkat