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

Re: Inner join condition  : zeroes in table fields to truncate and then match.

$
0
0

Hi Rohit

 

You can use them with views also database one.

 

Please try and check first

 

Nabheet


Re: Control Key

$
0
0

Please check in master recipe, whether you have maintain any relation ship between first phase and second phase, If Not Maintain It and then check it for new order

 

Or in Process order

 

In relation ship

 

Maintain the first phase  and save and check out the auto GR

Re: Reading Excel Cell values using VB script

$
0
0

Hi Michael,

 

Thank you for the prompt reply. Eventhough I change the entries as you mentioned as (6, 2) it is throwing the same error. Please see the below Screen Shot: Attachment.png

With Regards,

Giriesh M

Re: Unable to view the print preview of the smartform

$
0
0

Where are you getting sy-subrc 4..?

Re: Need to extract -1 system date data only to BI

$
0
0

System -1 data code is available on SCN. Please search..

 

The logic could be your datasource would not have proper safety limits. So you are directly restricting the data selection through Infopackage. Generally we extract yesterday delta to BW.

Facing the Error while opening the PDF Document generated by Adobe Forms

$
0
0

Hi,

I have created an Custom Adobe Form and calling this form through a Custom Program and generating the PDF and could able to download on to my desktop but when i am tyring to open it i m facing the below Error.

"There was an error opening this document. The file is damaged and could not be repaired" .

 

Please help me in this regard ASAP.

Please do find the attached error screen shot.

 

Thanks

Sushil

PMS content is not shown in portal

$
0
0

Dear Experts,

 

I am new to the PMS configuration. I have generated template in R3 and everything is working fine in R3 level (PHAP_ADMIN). But when i logged into ESS, i can see the template without any content. Request you to advise me on where i have missed the configuration or what needs to be done to see the complete template to process. Below is the screenshot for your reference.

 

234.jpg123.png

Re: problem while converting total into the percentage

$
0
0

Hi Ram,

 

In webi "Design" mode you have a function with name "Percentage" apply this function on "TOTAL" column.

And then filter the languages you need.

 

Thanks,

Vivek


Re: Runtime error while opening a report?

$
0
0

Hi Sivakiran

 

When you have macro & by mistake you save it with format other than.xlms then it looses the connection with FPMXL & hence throw error because it couldn't find EPM vba function...

 

Please use below method where it will dynamically connect to FPMXL so that you can use EPM vba function..

 

 

 

 

Option Explicit

Dim test As Object

 

 

Sub Refresh_Data()

Set test = Application.COMAddIns("FPMXLClient.Connect").Object

test.RefreshActiveSheet

End Sub

 

 

Sub Save_Data()

Set test = Application.COMAddIns("FPMXLClient.Connect").Object

test.SaveAndRefreshWorksheetData

End Sub

 

JAck

Re: One Material Code with plant wise difference Purchase Order Text

$
0
0

Hi,

 

We have gone through the reply given by you and our requirement is in MRP4 view of material master there is a button labelled material memo in this we can give the text required example specifications.

After that using Above mentioned Bapi we need to display that text automatically from material memo in purchase requisition material po text in item level.

 

Using the above given we can fetch the data using FM read_text by giving required fields and my requirement is how to make it display in that particular material po text field.Can you provide me a sample code to read text and then write in standard PR particularly.

 

Many Thanks,

 

Devendra.


Re: Removing roles using SU10

$
0
0

Hi ,

 

But in the PRGC_COMPRESS_TIMES Program please select the option "Delete Expired Assignments", and I suggest please try for one user and then do for all the other users.

 

When we did for mass users we faced some issues with that, so requesting you to try it for one user and then do for all the others users if its worked.

 

Thanks!

Needed help in choosing MBA

$
0
0

HELLO Mentors,

 

Am working as SAP MM associate for two years and i have 2+ years of purchase domain exp, my U.G is B.tech I.T and since am a functional guy i planned to do M.B.A & decided to choose S.C.M 2 years distance program  from madras university(because the cost is low) .

 

But i want to know

I) whether my choice of specialization is correct?

II) And as i cant do regular MBA due to time constraint, distance MBA will support for my SAP career or it will be a minus?.

III) also executive MBA and  online MBA  courses also offered in that university, is that better to choose?

IV) S.C.M one yr online MBA program offered in NIBM (National Institute of Business Management) without any university accredited with their own certificate(But with IAO "International Accreditation Organization" does it help in international level??) upon successful completion of course, will that doing in these type of institute will help?

 

since the time to submit the application is too short am totally confused Please help me in guiding through answering the above ques.

 

Regards,

Naveen

user subscription service problem

$
0
0

Hi,

 

we are facing problem when sharepoint is doing user subscription for a workflow task type.

 

in SUBSCRIPTIONMANAGEMENT  service log it says invalid SAP__origin .

 

Does anybody know how to solve this problem ?

 

Regards

Yash

Re: How to Open CFL on KeyDown event on TextBox ?

$
0
0

protected override void etKeyDownBeforeAction(ref SAPbouiCOM.ItemEvent pVal, out bool BubbleEvent)

        {

            BubbleEvent = true;

            try

            {

                if (pVal.ItemUID == "edtxt2" && pVal.CharPressed==9 &&(oForm.Mode==SAPbouiCOM.BoFormMode.fm_ADD_MODE || oForm.Mode==SAPbouiCOM.BoFormMode.fm_UPDATE_MODE))

                {

                    oEdtxt1 = (SAPbouiCOM.EditText)oForm.Items.Item("edtxt2").Specific;

                    values = oEdtxt1.Value.ToString();

                    oRecset = (SAPbobsCOM.Recordset)ClsSBOAddOn.SBOCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset);

                    string sql = @"select CardCode ,CardName,CardType from OCRD where cardtype='s'";

                    ClsSBOAddOn.ExecuteSQL(ref oRecset, sql);

                    if (oRecset.RecordCount > 0)

                        ClsSBOAddOn.InitiateSBOForm("CSPL.ClsCustomLookUp", oForm, this, sql);

                    else

                        ClsSBOAddOn.ShowErrorMessage("please define card code");

 

                }

 

            }

Re: CRM Table to find Order Planned Date(From and too)

$
0
0

Hi Kumar,

 

Thanks for the screen shot appreciate the same, please find my issues

 

I enter the transaction no in crmd_orderadm_h, and got the value guid

 

Untitled.png.11.png

 

 

 

Next the same is passed in crmd_link table and I get the values stored in 05 30 combination

Untitled.png.100.png

 

I pass these values in table SCAPPTSEG and get the values

Untitled.png.500.png

Next I pass the values in appl guid and entry_tst in the function

module CONVERT_TIMESTAMP_TO_BP_TIME

 

Untitled.png.800.png

I checked for all 3 dates it gives me only 23rd which is the start date

Untitled.png.900.png

If you check my activity for the orderplanned date the same has got 23rd and 24th, I am not able to get these dates since the date types shows only these date types

 

A_ACTTOTAL

A_FACE2FACE

A_PLANTOTAL

 

Untitled.png.999.png

Please advice further

 

Kind Regards

Atul


Re: Clearing field values in GB01 using BDC.

$
0
0

Just saw your response. Had done the same. REFRESH ta_bdcdata[] after calling the FM: BDC_INSERT.

 

Problem solved.

 

Thanks all.

 


Re: Unable to see the values at DB02

$
0
0

Hi Anil,

 

If you database is MaxDb, I hope your issue will be resolved by maintaining the connection in DB59.

 

Thanks

Sheetal Joyce

Re: Vendor code is automatically skipping

$
0
0

Hello Srinivas,

 

Pls check buffer number in object type.Which is given in XKN1.If you put zero it won't be skipp the vendor number.It will help to you.If has any query let me know.

 

 

 

Thanks & Regards,

Lakshmi.

Order Linking in PPDS

$
0
0

Hi Experts,

 

Looking for some help on Order-linking i.e. when the operations/activities of an order are dependent upon operations/activities of another order.

What all options are there in PPDS to plan such a scenario ?

 

Kindly give useful explanation/links/docs . Any help is appreciated.

Re: NetWeaver Upgrade From 7.0 to 7.4

$
0
0

Hi,

As mentioned NW 7.4 is compatible with EHP7. As you have ESS ,MSS patches installed if you upgrade to NW 7.4 you need to upgrade the backend to EHP7.

 

Please use the UDA tool and check the dependency and it will say that some of the functionality will not work.

 

Thanks

Rishi Abrol

Viewing all 8746 articles
Browse latest View live




Latest Images