Quantcast
Channel: SCN: Message List
Viewing all 8667 articles
Browse latest View live

Re: Customer Statement with Open and Cleared Line Items

$
0
0

Hi JPA,

 

I need to print this in a specific form, anyway to assign a form to FBL5n ?.

 

Regards,

Galal


Re: Convert UoM "EA" to AUoM "M"

$
0
0

Jorg,

Try with adding alliterative UOM M in Goods issue field in Plant data/Storage view of material master then try with adding UOM or AUOM in BOM details for same component and see if that works.

 

BR
KK

Re: Attendance Bonus Issue

$
0
0

Wage type 2005 is not there in input table so it is not processing.

if you wanted to calculate 2005 it should be there in input table. Are you maintaining "2005" wage type in any of the Info type 0008, 0014,0015,0267 if not then you can not query wage type 2005 directly, You have to calculate the amount then you have to pass it to the "2005" then it works.

 

 

Regards

Venkatesh

Re: REPLACE ALL OCCURRENCES not working

$
0
0

hii Siong,

 

is your text before date value is fix?

if so then you can split your variable in two parts using split statement.

 

split abc at ' :' into var1 var2.

 

and use var2 value which is date in your code.

 

Hope it will be helpful.

 

Regards

Gaurav Joshi

crystal report how to convert digits and date to Indian languages?

$
0
0

Hi,

I want to convert Date Time date in crystal report from English to Indian Languages like Hindi,Marathi.

 

For example,

 

1     १

Monday     सोमवार

2014      २०१४

 

Is there any function for that or I have to write any formula to do this?

 

Thanks.

Re: Gettin Message Id with split messages - PI 7.3 (Single Stack)

$
0
0

Hi Martin,

How to handle this if my sender channel is a SOAP adadpter? as SOAP sender adapter can not be extended with adapter modules.

Thanks

Sugata B

Re: Unable to transport objects from BW test system

$
0
0

if transformations are INA then try to activate them by manual.

 

Thru transformations names, you can find source and target cube/dso.

Go to that source/targets, activate them.

 

Later try to collect required objects.

 

if you don't need that transforamtions then you can delete those transformations between source/target at RSA1-->info provider.

Re: SFTP receiver Channel Error: javax.resource.ResourceException: com.jcraft.jsch.JSchException: Auth cancel

$
0
0

Hi Azhar,

 

Password is not the issue in this case, I have checked thoroughly.

 

 

Thanks Rudra, I have asked basis team to restart, waiting for their reply.

 

Suman


Assertion errors in Input File Repository Server's log during import of a Universe

$
0
0

Dear all,

 

We have the following deployment:

 

  1. Application: SAP BI 4.0 SP07 FP02
  2. Host O/S: SuSE 11 Linux 11 Enterprise
  3. Repository & Audit Databases: Oracle 11g R2

 

We have observed the following error messages when we try to import a rather big Universe (~40MB) from the Universe Design tool:

 

2014 12 05 10:16:41:338


assert failure: (frsresmgr.cpp:1072). (false : FileResourceMgr::unlockFile: Cannot find entry for file <BO_INSTALL_DIRECTORY>/sap_bobj/data/frsinput/a_180/137/000/35252/vi2-guid[adr5qdys5tbegj7o08zkrn8].lov).

 

 

2014 12 05 10:43:41:427


assert failure: (frsresmgr.cpp:1072). (false : FileResourceMgr::unlockFile: Cannot find entry for file <BO_INSTALL_DIRECTORY>/sap_bobj/data/frsinput/a_180/137/000/35252/dwhmainuniversecontext-guid[az8t50qtqorbvksj7bw8z6i].unv).

 

When we get those errors in the log, the import procedure stalls. Can anybody provide an explanation on those errors?

 

I have already done the following:

 

  • Restarted all BO servers.
  • Deleted previous and not completed local copies of the original Universe & the directory which contains the *.lov files.
  • Ran the repository diagnostic tool without -repair option. Nothing really suspicious that could lead us to this error.
  • Tried to import a smaller universe (~4MB). The procedure completed successfully.
  • Tried to import the original Universe from a computer which uses another default gateway to access BO Server. The procedure completed successfully
  • Collected network trace information with WireShark during the import process from computers using a different network gateway.
  • Used tracert command to get information about the network routes used.

 

Any other advise would be really welcome.

 

Thanks,

ilias

Re: planned order alway create with phantom assembly

$
0
0

update from my testing

 

all the material at intermediate level is become phantom material in planned order. only the last level of material have dependent requirement.

 

Updating the devlivery schedule date & time in SUS PO

$
0
0


Hi Experts,

 

I have MM-SUS scenario on SRM 7 EHP 3.

I want the delivery schedule date & time to be updated in SUS PO for the supplier to view the same on the portal & then confirm the PO.

I am getting the Delivery schedule date only on the portal screen but not the time maintained in ECC PO delivery schedule.

Please help.

 

Thanks in advance,

Ravindra K.

Re: crystal reports schedule

$
0
0

Hi,

 

If you are trying to get the prompts values used in Crystal Designer, then in the designer, navigate in the path: "Report -->  Show Current Parameter Values.." to see the parameters used.

 

And if it's related to schedule at Crystal Server level, then you can right click on the report on server and see history to see the schedule details.

 

You need to have certain accesses to see the report or to see instance history.

 

Thanks,

Raghavendra

Re: Parameter setup exception -- Only report parameters can be optional

$
0
0

Can you please run the below snippet and get the details.

 

===============================

Fields paramFields=rcd.getDataDefController().getDataDefinition().getParameterFields();

 

for(int i=0;i<paramFields.size();i++)

{

IParameterField paramField=(IParameterField)paramFields.get(i);

String paramName=paramField.getName();

 

if(paramName.equals("Security_Number"))

{

 

out.println("<BR>Is Optional Prompt"+paramField.getIsOptionalPrompt());

ParameterFieldType parameterType=paramField.getParameterType();

out.println("<BR>Param Type int value"+parameterType.value());

out.println("<BR>Param Type String value"+parameterType.toString());

}

 

=========================================

 

Would need to check the type of the parameter, as stated in the error, only report parameters can be optional.

 

Please run the test and share the results to narrow down the issue.

 

Also check the behaviour on the report from crystal report desgner as well.

 

Thanks,

Prithvi

Re: Sequence of parameter values

$
0
0

Hi Himanshu,

 

I wonder how you create your query with dynamic request of cartons (3 or 1 or 10). How did you filter your records ??

 

If you wanna make Crystal Parameters you need to define before the generation of report. CR cannot create Parameters on fly.

 

One thing may be you can do, take input with comma separated values and break them.

AAA,ZZZ,TTT,KK

 

I dont thing I'm making any sense 

Jetforms

$
0
0

Hi,

Where are the texts for replacement of string for eg @ABC_TEXT in jetforms is maintained in sap ?

Is there any tcode to view such texts?


Re: sap social media engagement

$
0
0

Hi Bulelwa,

 

Check the note 1832462, it may help you.

Re: amount multiplied by 100 after loading from BW Infoprov

$
0
0

Hi,

 

check your conversion file. Is there any formula ?

Also check in default logic whether you have written anything for multiplication.

 

Share your transformation and conversion file.

 

Regards,

Shrikant

Re: sap workflow (sd status workflow)

$
0
0

Hi Prasad

 

Activity and multiple conditions step types will be availbale at left hand side steptypes or wou can create by right click

 


Regards

Goutam

Re: Issue with SAP_ALL authorization for MM_EKKO and MM_MATBEL

$
0
0

Hello Colleen,

 

Sorry for late reply.

As i have never used ST01 tcode before, i was trying to generate trace report but failed.

i have followed the following proceedure:

 

ST01:

Choose trace component Authorization check and pushbutton Trace on. The trace is automatically written to the hard disk.

- To limit the trace function to your own sessions, choose Edit -> Filter -> Shared. Enter your user ID in field Trace for user only in the displayed dialog box.

- Once the analysis is completed, choose Trace off.

-To display the results of the analysis, choose Goto -> Files/Analysis or the pushbutton File listSelect the required file and choose Analyze

 

its showing no recent trace file created

 

plese assist where i am going wrong.?

 

Thanks and regards,

akshay

Re: Button in Dynpro

$
0
0

if you have to insert only one record than no need to append to itab. you can insert to database from the structure.

Viewing all 8667 articles
Browse latest View live


Latest Images