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

Re: UDF not visible in SAP form

$
0
0

Hi Alvaro,

 

As far as I know you need to use Item.Visible =false.

 

It depends on which event you want to use ?

 

Like for Sales Invoice Form you can use it on FORM_LOAD Event.

 

if (pVal.FormType.ToString() == "-133" && pVal.EventType == BoEventTypes.FORM_LOAD)

{

     //Here use logic to make this item visible.

}

 

 

 

Hope it helps.

 

 

Thanks & Regards

 

Ankit Chauhan


Re: Data is not populated in Advanced List based on ABSL query

$
0
0

Hi Horst,

 

Can you please delete this post ASAP.

 

Thanks,

Malkit Singh

Re: Authorization in 9.1

$
0
0

Hi,

 

Seems it just a windows function copy and paste. There is no other way within SAP to stop it in current version.

 

 

Regards,

Chintan

Re: workflow agent assignment for task button

$
0
0

Hi,

 

The default color of agent assignment icon is yellow only. So it will not have any impact on your issue.

 

Agent assignment will be used for dialog task only. If your method is dialog then just maintain some agent[User or position ].

 

If you got any error share the screen shot for better analyses.

 

Thanks,

Vijay.

Re: PO approval 2 or 3 step Work flow based on values

$
0
0

Hello,

 

"when I try to us WS20000075 but getting not trigger outlook mail."

 

Do you mean mail or workitem? Does the workflow even start? Check in SWI1.

 

regards

Rick Bakker

Re: Post rejected

Re: Received qty valuated stock(0RECVALSTCK) and received qty total stock(0RECTOTSTCK) for 0IC_C03

$
0
0

Hi Phani,

 

Thanks for the reply.

 

Yes total stock would be consignment +quality inspection+blocked stock etc....

 

But valuated would be something where there is costing or valuation ie we will have GL account hit.

 

For eg Returnable material would be in total stock but not in valuated stock.

 

Thanks

Re: Placing a Table in Body of the Email


Re: H2 prevent delivery-related billing for a delivery of non-stock materials without a confirmation-of-service?

$
0
0

Hi Ruud,

 

In standard it uses in the copy control the requirement 003 on header for delivery-related billing.
Among other things this contains:
IF VBUK-WBSTK NA ' C'.
    PERFORM VBFS_HINZUFUEGEN USING '000000' '066' SPACE SPACE SPACE.
    SY-SUBRC = 4.

 

Which means, only if the goods movement status of the delivery is C (completed) or
blank (nor relevant for goods movement) is it possible to create the invoice.

So if you are using a material not relevant for goods movement, the billing is
allowed. This is the standard system behaviour. If you would like to
change this, either set the material relevant for goods movement or create your
own copy requirement.

 

Regards,

Alex

Re: AP/Invoice without GRPO

$
0
0

Hi Nadia,

 

You not need to post GRPO for Fixed asset item.

 

When you create A/P invoice, capitalization document created with it.

 

So first you create fixed asset item master

Second step to purchase it with purchase cycle

third step it to depreciate at year end or month end based on your set up.

 

For you question for GRPO. You can create GRPO but there won't be any posting on system for fixed asset item. Posting will only happen when you create A/P invoice.

 

Hope it helps.

 

Regards,

Chintan

Re: SAP PI components download

$
0
0

Hi Aleks,

 

Do you have a Solution Manager system available?

If yes, use the MOPZ (Maintenance Optimizer) to verify what you all need.

 

Kind regards,

Dimitri

Re: UI5 application from the SAP NW Portal 7.31

$
0
0

Hi Kiran,

 

When opening a UI5 iView in the portal it must be in a new standards window.

 

Open the iView properties and search for "*launch*" in the property search.

 

find the "launch in new window" and change change it to:

"launch in new headerless window (standards mode)"

 

Now it will open correctly.

 

BR,

Saar

Re: Auto Check Number Assignment while posting payment document

$
0
0

Hi

 

F110 & F-58 should take care of this. Additionally, make sure you do not set up Check lots as non sequential. With this, all the checks will be issued sequentially only

 

Regards


Sanil Bhandari

Re: Automatic update currency exchange downloaded from a website

$
0
0

Hi Michele,


I think people with SCM knowledge can help, so I triggered alert to route this topic to SCM forum.

 

Best regards,
James

Re: Unable to Activate DSO after System Copy

$
0
0

Hi,

Try: run program RSDG_TRFN_ACTIVATE with transaction se38 (this will let you reactivate transformations) than - reactivate DSO again.

 

Regards


Update Inventory Counting Lines Using DI API

$
0
0

Hi All,

 

I need your help about how to update document lines in inventory counting module using DI API.

I am using SAP 9.1 PL 05, and below is my code snip.

                  

                    ........

 

                    Dim oCS As CompanyService

                    Dim oICS As InventoryCountingsService

                    Dim oICP As InventoryCountingParams

                    Dim oIC As InventoryCounting

                    Dim oICLS As InventoryCountingLines

 

                    oCS = oCompany.GetCompanyService

                    oICS = oCS.GetBusinessService(ServiceTypes.InventoryCountingsService)

                    oICP = oICS.GetDataInterface(InventoryCountingsServiceDataInterfaces.icsInventoryCountingParams)

                    oIC = oICS.GetDataInterface(InventoryCountingsServiceDataInterfaces.icsInventoryCounting)

                    oICLS = oIC.InventoryCountingLines

 

                    oICP.DocumentEntry = dEntry

                    oIC = oICS.Get(oICP)

 

                    oIC.Reference2 = refvariable

                    oIC.Remarks = remarksvariable

 

                    For i As Integer = 0 To grid.RowCount - 2

                        oICL.ItemCode = itemvar

                        oICL.ItemDescription = descvar

                        oICL.WarehouseCode = whsvar

                        oICL.CountedQuantity = countvar

                        .......

                        .......

                    Next

 

                    oICS.Update(oIC)

             MsgBox("Document is successfully updated.", 64, "Information")

 

This code work fine only for document header, but not effected for document lines.

Anyone have suggestion ?  Thank you for helping

 

 

Best Regards,

Ulfah

Re: Leave Passage (Ticket Provisioning)

Re: Benefits of referencing in SAP

$
0
0

Linda,

 

For this concept of referencing, look at text determination.

The text from source document is reflected in the text of destination document, further when the text is changed in the source document, the text is automatically changed in the destination document, because of functionality reference (in contrast with functionality copy)

 

TW

Re: UAR Review

$
0
0

Hi! Commetns are not mandatory! and SLG1 does not provide anything helpful.

 

Any other idea?

 

Kind regards,

Do i get a point if someone like my comment or post or discussion?

$
0
0

Hello SCN Moderators and Space Editors,

 

     I have a query regarding the point system for Likes which we get.

 

I do remember i got points when someone like my comments in a discussion thread or post initially for sometime when we restructured our SCN platform.

 

However, Now a days, the points are not updating for the likes i get.

 

It is happening for a long time now. Is it a mistake?

 

Or it is stopped in our community network itself.

 

Could anyone able to clarify.

 

Your comments and guidance will be of great help.

 

Thanks

Vishnu...

Viewing all 8667 articles
Browse latest View live




Latest Images