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

Re: How to get to the other screen after the output of first screen .


Re: How do we get same EmpID's from Legacy to SAP through LSMW ???

$
0
0

Hii Santi,

 

you hove to set the number range external, and assign the feature NUMKR. then that Employee id put in the excell sheet, then upload through LSMW.

Re: Metatag Development

$
0
0

Hi Ashvin,

 

If I understand you correctly, you would like to create a portal application, create from it an iView and put it in the portal.

Next when launching this iView, you would like to read some iView properties and react accordingly in the application , is that correct?

 

For this purpose , you can indeed develop a portal application with NWDS, then in the doContent of the portal application, read the profile by using this:

IPortalComponentContext componentContext = request.getComponentContext();
IPortalComponentProfile profile = componentContext.getProfile();           
String myprop = profile.getProperty(property_name);

replace property_name with the property you would like to read.

 

After that, for putting it in the head section , you can use the following:

 

HtmlDocument htmlDocument = null;
IPortalResponse portalResponse = (IPortalResponse) request.getValue( IPortalResponse.class.getName() );        
if ( portalResponse instanceof PortalHtmlResponse )
{     PortalHtmlResponse portalHtmlResponse = (PortalHtmlResponse) portalResponse;     htmlDocument = portalHtmlResponse.getHtmlDocument();
}
htmlDocument .getHead().getHtmlElements().add( new HtmlString( "This will be inserted into head section of html") );

 

Deploy this portalapp into EP and create an iView from it.

 

Best Regards,

Tal

Re: How to get to the other screen after the output of first screen .

$
0
0

Hi Karan,

 

Please use below class and method to handle double click :

 

 

CLASS lcl_event_receiver DEFINITION DEFERRED.

 

CLASS lcl_event_receiver DEFINITION.                        "#EC *
 
PUBLIC SECTION.
   
METHODS:
    handle_double_click
       
FOR EVENT double_click OF cl_gui_alv_grid
           
IMPORTING e_row
                      e_column.
ENDCLASS.                    "lcl_event_receiver DEFINITION

 

 

 

CLASS lcl_event_receiver IMPLEMENTATION.

  *method to handle double click
 
METHOD handle_double_click.
 
DATA: ls_inv_hdr TYPE zmms_inv_log_hdr.


* read selected row from internal table gt_sflight

 
READ TABLE gt_inv_hdr INTO ls_inv_hdr INDEX e_row-index.

     Do Necessary action or
fetch required details with the data selected.

     CALL SCREEN 200. (Call your screen)
 
ENDMETHOD.                    "handle_double_click

  ENDCLASS.                    "lcl_event_receiver IMPLEMENTATION

 

Thanks

Sri

Re: SAP Fiori Purchase Requirision data not show

$
0
0

Hi Varun

 

i have checked  SBWP in my system.

There are  multiple Purchase  Requisition available for Approval.

 

i can approve that PR from SAP GUI.

but still can`t getting on Fiori from Browser.

 

 

 

Regards

Pankaj Kamble

Re: Tablespace: PSAPTEMP # Tablespace files autoextend can cause file system overflow

$
0
0

Hi Yves,

 

BRTools is 720 patch level 37

 

We didn't upgrade to 721 cause we are simply upgrading systems to the same kernel levels.  So 720 was used.  We can't use 721_EXT because we need an OS upgrade we are running HP-UX 11.23 721_EXT needs 11.31 and we are also still running Oracle 10.2, we'd need to upgrade this also to 11.2.

 

Thanks

Craig

Re: BAPI for vendor creation

$
0
0

Hi,

As seen ubove, the best solution is to use class VMD_EI_API. check it in se24

I used it to create vendors and it works wonderfully.

This really acts like a BAPI.

 

If I remember well, you have to initialize the vendor with method INITIALIZE.

Fill your structure IS_MASTER_DATA, it contains every data you need to update.

HEADER Types VMDS_EI_HEADER => Contains the vendor number

CENTRAL_DATA Types VMDS_EI_CENTRAL_DATA => Contains most of the vendor data (LFA1)

COMPANY_DATA Types VMDS_EI_VMD_COMPANY = > Contains most of the compagny data (LFB1)

PURCHASING_DATA Types VMDS_EI_VMD_PURCHASING => Contains most of the purchasing organization data (LFM1)

If you use specific fields, you simply need to had it to the includes.

 

Then call method MAINTAIN_BAPI with them.


Re: Barcode -scanning

$
0
0

Hi, Anitha,

The scanner is just a input device, same as your keyboard.

when you scan barcode, the value will directly show on the editor or input box anything can be editable.

 

regards,

Archer


Re: Item not reflecting Item Cost for Inventory Opening balance posted with price source as Item Cost.

$
0
0

Can u please help on this.. Why item cost is not getting updated?

 

 

I have generated an opening balance transaction for another item with price list, created a good receiot document. But still for this item also I am not able to get the Item cost for the item.

 

Please suggest, if any setting is missed or the reason..

 

Need to understand on urgent basis,

 

 

Thanks in advance.

Re: SAP script field refresh problem

$
0
0

Hi vishal bhatt,

 

i would guess the bug is in your programm, because you cant do much wrong defining your window. Just look that it is same type as window 5 - should be "VAR" in your case. --> you can set window as variable or const.

 

Const means, window is constant and content is the same for every page.

variable means content can vary for each page.

 

i think  you have set the window type as needed, because you have differnent content (just not always)

So i think the mistake is inside your loop logic, if the variables (used in your window) gets new value befor "write-form" or not.

 

regards

Stefan Seeburger

Re: smart form header data not displaying properly

$
0
0

Hi,

     Take a Text Element at the place where u want header(Before main Window) or

     use appropriate Smart Style(font ,size,style) or

     Check the Table ,Template Layout (if used).

Re: Search help for Message Class

$
0
0

Refer your Message class parameter to t100- arbgb.

Re: SAP Business One Mobile for Cloud

Re: UI5 Filter issue

$
0
0

Hi,

 

thanks for your reply, should it work with 2 filters?

the first one as declared before, and the second one as :

var oFilter2 = new sap.ui.model.Filter("name",sap.ui.model.FilterOperator.EQ,"3");  

Regards,

Marc

Re: issue in generation of reservation through MO


issue after release of mo

$
0
0

Hi all,


fr.PNGafter release.PNG

i had a issue is that when after release release maintenance order res/purc. req changes from release to immediately how is this possible & how we can prevent it. kindly see screen shot.

Re: Getting error while starting Vmware server 0xc0000006

$
0
0

Hi Aparajit,

 

thanks, i reinstalled the server and the problem is solved now.

clock-in & clock-out in cources

$
0
0


hello

 

I want to check clock-in and  clock-out pepole for each business event type

 

how to check it?

Re: Changes done in event 3040 not reflecting in DFKKOP table

$
0
0

Hi,

 

Can you please explain (without resorting to technicalities) what are you trying to accomplish..? Not populating the Installment plan positions with Installment plan number, I hope..? What document number needs to go into positions of which document?

 

cheers

Jānis

Re: RSWWCOND does not consider subcategory 001?

$
0
0

Hi Jochen

 

I would agree with what Mike has explained on why condition job is ignoring the waiting entry.

For your case, a work around can be:

1) Include this step in a 1 of 2 fork

2) Remove end condition from the step

3) in the parallel branch, wait for that condition

 

regards,

Modak

Viewing all 8746 articles
Browse latest View live




Latest Images