Cannot activate pf-status in the revised standard program

Hello Gurus,
I have to revise the revised program of VF04. My problem is I cannot activate the pf-status below.
p_status  = 'SELK'
Your help is highly appreciated.  Thank you
Regards.

Hi Sap FAn,
Tried you suggestion but im getting an error
"Error writing entry in the SMODILOG" at CA4 O from DE to EN: Zprogram..
did i miss any procedure.
thanks again

Similar Messages

  • How  to add custom fields to the  sap standard  program ukm_bp_display

    How  to add new custom  fields to the  sap standard  program ukm_bp_display .
    could u  please any one help me on this?

    Hello Kumar,
    You have to modify below structure, as this structure is providing the field catalog for output display (ALV).
    Here you can see there are a lot of include structures, so if you want to add fields in the output display you can add those fileds as an append structure to any of the below mentioned structures (Like ukm_s_account, ukm_s_bp_cms_sgm etc as per your requiremnt and positon at which you need to dispaly your fields.)
    DATA: BEGIN OF gt_grid_alv OCCURS 0.
           partner LIKE but000-partner,
           credit_sgmnt LIKE ukmbp_cms_sgm-credit_sgmnt.
            INCLUDE STRUCTURE ukm_s_account.
            INCLUDE STRUCTURE ukm_s_bp_cms_sgm.
    DATA:   credit_sgmnt_txt LIKE ukmcred_sgm0t-credit_sgmnt_txt.
          Gruppe Vector
            INCLUDE STRUCTURE ukm_s_bp_vector.
          Gruppe OBL = Obligo
          include structure UKM_S_BP_CMS_MALUSDSP_OUT.
            INCLUDE STRUCTURE ukm_s_display_segment.
            INCLUDE STRUCTURE ukm_s_bp_cms.
            INCLUDE STRUCTURE bus000_dat.
    *DATA:   icon(4).
          Gruppe RAST (Raster)
    DATA:
             rast01 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast02 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast03 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast04 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast05 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast06 LIKE ukm_s_display_segment-AMOUNT_GRID.
    DATA:    rast2_6 LIKE ukm_s_display_segment-AMOUNT_GRID.
    "Summe raster 2 bis 6
    DATA:  END OF gt_grid_alv.
    Another way is you can  go  to SE38, and you can create implicit enhancements.One enhancement point is available here in this required area. so create an implementation and add your fileds with data types.This way is also simple.
    Hope this will solve yiour problems.
    Regards,
    Antony Thomas

  • What are the SAP standard programs?

    Hi PM Guys,
    I have a question that is as below:-
    We have the following Master Data:
    1) Functional Location
    2) Equipment
    3) Equipment BOM
    4) Counter
    5) Catalog Profiles
    6) Task List
    a) General Task List
    b) Equipment Task List
    7) Maintenance Plans
    a) Time Based
    b) Performance Based
    Can you tell me the SAP standard programs available for the above master data which can be used for data migration of the above master data from the flat files into SAP system.
    Thanks in Advance,
    Vijaya Krishna

    HI
    you can find the standard program while executing the T code LSMW itself.
    type LSMW ,specify the description in the next screen select the <b>Standard batch or direct input</b> under the heading you can find the in the field <b>object</b> use F4 to find all the standard programs in SAP
    0400   Equipment         
    0410   Message (IH)      
    0420   Confirmation (IH) 
    0425   Measuring point   
    0430   Measurement Documen
    0440   Functional location
    0450   Object link       
    0460   Maintenance plan  
    0470   Equipment task list
    0480   FnctnlLoc.TaskList
    0490   Gen.task list     
    regards
    thyagarjan

  • Adobe Form for the RFFOUS_C standard program configured in FBZP

    HI Abapers,
    I have this requirement of invoking a custom Adobe form which is a Check, from the standard report program RFFOUS_C. However this program uses sapscript and not Adobe Forms. I checked in the Blogs and could not find the solution to this. I found a driver program RFFOAVIS_FPAYM... can this be used? If yes, how can we configure the program to call our custom Adobe form?
    Regards,
    Ben.

    Hello Otto,
    Thank u for ur response.... the client has suggested me to use the driver program RFFOUS_C, but this program does not seem to have PDF compatibility......  I found in one of the blogs that report program RFFOAVIS_FPAYM can be used. From your explanation I understand that you think that I am using a custom program....but I am not using a custom program, but I need to use the sap standard program.. I found an interface F110_IF, but as of now, I am not sure if this can be copied and modified according to our need...... because..the driver program is still not known.....
    Regards,
    Ben.

  • My iPad is Disabled and I cannot input my passcode.  how do i do that?  I have tried to connect to iTunes and it will not connect via computer connection as I cannot activate my iPad with the pass code.  what do i do?

    My iPad is disabled and I can not input my passcode.  what do i need to do?  I tried to connect to iTunes, but it will not allow me to connect via compute USB as I cannot input my passcode for the iPad. 

    You may need to put the iPad into recovery mode : http://support.apple.com/kb/ht1808 - you should then be able to reset the iPad and restore/re-sync your content to it

  • I havel purchased and paid for Acrobat XI standard but cannot locate where to download the single user program to my computer?

    Does anyone have a telephone# where Adobe can be contacted by phone? I do not see a phone number on their URL!  After I gave them the Credit card information the site kicked me out and now I cannot download the program Acrobat XI standard.

    Phone support | Orders, returns exchanges
    http://helpx.adobe.com/x-productkb/global/phone-support-orders.html
    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Get chat help with orders, refunds, and exchanges (non-CC)
    http://helpx.adobe.com/x-productkb/global/service-b.html ( http://adobe.ly/1d3k3a5 )

  • Cannot activate a Form in the Form Builder

    Hello,
    I have a problem with activating a Form and I don't know the reason of this error. I get the following message after an activation in vain:
    SOAP Framework error: SOAP Runtime Exception: CSoapExceptionTransport : HTTP send returned with status code(100.101).
    What's the cause of this message?
    Thanks and Regards

    Hi Sergej,
    Check the below things are working.
    (1). Check whether ADS destination is available or not.
         If available, go to (2).
         If Not, Create ADS destination .
    (2) Run the program FP_PDF_TEST_00 in SE38. (Enter destination ADS)
         If the output is ADS version number (some thing like 705.20060414080730.290845), go to step (3).
         If not, Check the setup in sap and ADS configurations.
    (3) Run the program FP_TEST_00 in SE38 and retain the default value in the selection screen and execute it .
         If the output is PDF document, you setup is correct. You are set to work in PDF-Based print forms.
         If some error receive, you need to check all set ups in SAP.
    Thanks,
    Ramakrishna

  • I uninstalled CS6 without deactivating it and now I cannot activate it again on the same MacBook. What can I do?

    I have installed the programs again, but the "deactivate" button is gray.

    if deactivate is grayed, it is activated.

  • RSWUWFMLEC standard program

    Hi Intellects,
    I am supposed to make modifications to the emails sent to approver , reviwer and requestor to notify them of the status of the request.
    standard program RSWUWFMLEC should be copied into a Z program and change the email content.
    Does anyone has any idea about this standard report.
    Thanks in advance.

    Hi
    Please go through this ->
    The older version of SRM (<5.0), uses the program RSWUWFMLEC to send escalation emails to approvers and their managers. A single email is sent to the approver, approver’s manager and manager’s manager. Here the recipient can see the other recipients in distribution list of the escalation email. It helps the manager to easily identify the approver and follow-up with him for approval.
    In the new version(>=5.0) we use the program RBBPNOTIFICATION_OFFAPP_
    for sending notification and escalation emails to approvers and managers.
    Behavior: An individual email is sent to the approver, approver’s
    manager and manager’s manager. Here the recipient can’t see the other
    recipients in distribution list of the escalation email. It becomes
    difficult to the manager in identifying the approver, to follow-up with him for approval.
    The old version send a mail only to one manager (no distribution list is maintained in standard). I think the rswuwfmlec you are using has been modified.
    With the new version you can implement a badi (BBP_OFFLINE_APP_BADI ) to change the content of the mail or change and add new recipients.
    Please go through these links ->
    SAP Standard Solution
    http://help.sap.com/saphelp_srm50/helpdata/en/88/f7423b4ac8d506e10000000a11402f/frameset.htm
    Processing of Work Items in Other Mail Clients
    http://help.sap.com/saphelp_srm50/helpdata/en/67/ec7b20d15411d2b465006094b92d37/frameset.htm
    Other useful links ->
    Offline Approval: RBBP_NOTIFICATION_OFFAPP Vs RSWUWFMLEC
    WF-BATCH or not WF-BATCH....
    Offline Approval
    Re: RSWUWFMLEC
    Hope this will help. Do let me know.
    Regards
    - Atul

  • Cannot activate Windows Server 2012 R2 Standard

    Dear all,
    we have call Microsoft register hotline, and then do the procedure slui 3 , slui 4 , still cannot activate
    my colleague use the iso setup disc , the server 1 CPU 4 Core.
    SW_DVD9_Windows_Svr_Std_and_DataCtr_2012_R2_64Bit_English_-2_Core_MLF_X19-31419.ISO
    What can I  do? Thank You!
    https://social.technet.microsoft.com/Forums/getfile/603585

    Trial comes with key preinstalled. You should be able to activate trial in 10 days.
    What is the output from
    slmgr /dlv
    What is the response to
    slmgr -ato
    HAVE YOU USED ELEVATED COMMAND PROMPT? I MEAN Run as Administrator. Being logged as administrator does not help to to activate your trial.
    Rgds
    Milos

  • I cannot activate ADE with the same ID

    I cannot activate Digital Editions with the same ID.

    You need to contact Adobe Support either by chat or via phone when you have serial number and activation issues.
    Here are some links to help make contact:
    http://www.adobe.com/support/chat/ivrchat.html
    http://www.adobe.com/support/download-install/supportinfo/

  • Adding A Pushbutton To GUI Status of Standard Program

    Hi,
    I need to add a pushbutton to the GUI status of one of the SAP standard programs, the system being <b>ECC 6.0</b>. One method which I tried was by copying the standard program as a Z program and then modifying the GUI status per my requirement. Although this works, one drawback in doing it this way was with the introduction of the new Enhancement Framework in ECC 6.0, the defined enhancements from the standard program were not copied to the Z program.
    I am looking for suggestions on how to add a pushbutton in the GUI status of the standard program using the enhancement concept. Please let me know the implications if any, while carrying out this change.
    Regards,
    Ravi Krishna

    GOTO Se41 Transaction ..
    one example :
    Standard Program : SAPLSLVC_FULLSCREEN
    Status : STANDARD_FULLSCREEN
    use ur program first and status and now click on copy status ...
    copy from standard to custom..

  • Using the Default standard Tool-bar with a new screen.

    I created a screen with a table put would like the gui-status of the screen to be the same as that of a normal selection screen with all the functions. Is this possible and how do i go about it. Please help

    hi ,
    you can see the gui status of the any standard tool bar and copy the sane ..
    but you need to add custom code in you zprogram for their functionality..
    prabhudas

  • Regarding  copying the standard program

    HI Everyone,
    I am copying standard ri_order_operation_list program into custom z  program as my requirement is to add some addditional fields in selection criteria and in the layout . standard program makes use of  fill select option and  select method of the class
    CL_IHREP_ORDER_OPERATION_LIST so for additional selection field how i can place filter criteria please provide me inputs for this .

    Hi,
    I'm not sure if I get your problem right away but if you just need to add some selections to the selection screen of Program RI_ORDER_OPERATION_LIST, you just have to copy include I_ORDER_OPERATION_LIST_SEL to your own z* include and add the selection parameters you want. If this is not the result you're looking for, please explain it more detailed.
    Regards
    Nicola

  • ZCopy Of a Standard Program

    Can someone please guide me on taking a Z Copy of the standard Program GP4QLQKH46VZJ3P1A40A23S3HJG220 .When ever I am taking a ZCopy after two steps it displays a screen  "Copy Program GP4QLQKH46VZJ3P1A40A23S3HJG220  to ZC" ,in which there are two columns .
    One is  Include Name Source column and other is Include Name Target  .Values in the Include Name Target  have to filled by us .What names should be given here and will it affect the functioning of the orignal Standard Program.
    ZC is my target Program.
    Please Help urgently.
    Moderator message: standard functionality, please search for available information/documentation before asking, do not use the term "urgently" when posting.
    Edited by: Thomas Zloch on Dec 3, 2010 12:45 PM

    Hi Friend,
    When you copy any standard code it porvides you witha option to copy every compent of it liek include ,Varinat ,documentation all that into your porgram so such way standard porgram which you are copying may have some includes which you can copy it to some z**** and then automatically porgram also replaces the place where original include used with the new inlude name in which u have copied
    So you can give some Z name and copy it i dont think it will spoil the functinality of original unless you do some thing very differnt and also in that case you shoudl have acess key to change original :).
    Regards,
    Poornima

Maybe you are looking for