How to identify whether a multiline container is empty or not in Workflow?

Hi Experts,
Does any1 know how to identify whether a multiline container
is empty or not in a workflow?
Thanks.
Points wil be rewarded.
Vincent

Dear Vincent,
You can get the report name for the Business Object which contains the multi-line container, from the BO itself. Put a break-point in the report and try executing the workflow. The multiline container is like an internal table in the report. See if the internal table is initial while execution.
Regards,
Michael.

Similar Messages

  • How to identify, whether your iphone is permanently unlocked or not?

    How to identify, whether your iphone is permanently unlocked or not?

    gautam30 wrote:
    How to confirm?
    Did you not read wjosten's reply?

  • How to identify whether Technical Content is been installed or not?

    Hi all,
    Can anyone let me know how to identify whether technical content in BW 3.5 is been installed or not?
    thanxs
    haritha

    Hi Haritha,
    Check this PDF,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90080703-4331-2a10-cd98-9c1e95acdea0
    And this link also,
    http://help.sap.com/saphelp_nw04/helpdata/en/e5/2d1e3bd129be04e10000000a114084/frameset.htm
    Hope this clears your doubt...

  • How to Identify whether string contains only numbers

    Hi Experts,
    How to identify whether a string contains only numbers...
    Thanks & Regards,
    Neeraj.

    Hi Neeraj,
    ISNUMERIC(String_Field)
    The above function returns '0' for non-numerics and
    '1' for numeric
    Hope this helps.
    Regards,
    Bala

  • How to identify whether any data source is created for a table?

    hi all,
    How to identify whether any extractions is been carried out for a particular table, view or function module(generic extraction)? from r/3.
    bcos i need to create an extraction for a table, view and function module. But  iam not sure whether any extractions is already been created for those tables, view, function modules??
    thanxs
    haritha

    Hi,
    By passing the following values as selection to table  ROOSOURCE we can find whether any data source has been created or not .
    EXMETHOD = V
    EXTRACTOR = Table name
    hope it helps..
    regards,
    raju

  • How to identify whether a TCode is for SAP query or for a customized TCode

    Hi,
    We have a list of TCodes starting with Y_*
    Some of these TCodes could be related to SAP Queries and some could be real custom transactions. How do I find out which one of those are related to SAP queries and which ones are related to custom SAP transactions?
    I have already checked table TSTC for the program names of these Transactions, but the program name field (PGMNA) is blank. Also in TCode SE93 the transaction mentioned is START_REPORT. Also for some, when I go to the transaction (Y_*) and then environment->status to check the program name the values found are something like AQ11FI==========F10A==========.
    Please help on how to identify whether a TCode is actually for an SAP query or for a customized transaction.
    Thanks in advance.
    Mick

    Thanks Anil.
    In TSTC, the filed for program name is blank. Therefore I would have to go to each and every transaction (I  have around 250 Y_* TCodes with me) and then to environment->status to get the program name and then check whether it is A......
    Is there any easier way to know whether a TCode refers to an SAP query or a custom developed transactions/program.
    Mick

  • How to judge whether the chars contain only number and letter

    how to judge whether the chars contain only number and letter, for example :
    'AEs4386' is valid , but '‘´‘¼ew78' is not
    thanks for your help !

    Hi,
    try the following:
    data: l_test(36) type c.
    concatenate sy-abcde '0123456789' into l_test.
    l_test contains all letters all numbers now
    translate YourVariable to upper case.
    YourVariable contains only upper case letters
    check YourVariable co l_test. " or use if instead of check
    YourVariable contains only letters or numbers
    regards
    Siggi

  • How to check whether a field contains at least one numeric value

    how to check whether a field contains at least one numeric value..

    Hi,
    I hope that this code will works.
    constants:
       c_digit_grp        TYPE char11         VALUE '0123456789',        " Digit group
    * Data Declaration
    data :
      str   type string.
    * if you want check entire string and pass entire string
    if  str CA c_digit_grp.
    * write your logic ---this block will execute atleast one numeric value exists in the string
    Endif.
    Regards
    Bhupal Reddy

  • How to identify whether the data extracted is direct, queued, unserialized

    hi,
    how to identify whether the data extraction from r/3 is direct, queued and unseralized data.
    can anyone let me know abt it
    regds
    hari

    hI,
    Direct Delta: With this update mode, the extraction data is transferred with each document posting directly into the BW delta queue. In doing so, each document posting with delta extraction is posted for exactly one LUW in the respective BW delta queues.
    This update method is recommended for the following general criteria:
    a) A maximum of 10,000 document changes (creating, changing or deleting documents) are accrued between two delta extractions for the application in question. A (considerably) larger number of LUWs in the BW delta queue can result in terminations during extraction.
    b) With a future delta initialization, you can ensure that no documents are posted from the start of the recompilation run in R/3 until all delta-init requests have been successfully posted. This applies particularly if, for example, you want to include more organizational units such as another plant or sales organization in the extraction. Stopping the posting of documents always applies to the entire client.
    Queued Delta: With this update mode, the extraction data is collected for the affected application instead of being collected in an extraction queue, and can be transferred as usual with the V3 update by means of an updating collective run into the BW delta queue. In doing so, up to 10000 delta extractions of documents for an LUW are compressed for each DataSource into the BW delta queue, depending on the application.
    new queued delta
    This update method is recommended for the following general criteria:
    a) More than 10,000 document changes (creating, changing or deleting a documents) are performed each day for the application in question.
    b) In future delta initializations, you must reduce the posting-free phase to executing the recompilation run in R/3. The document postings should be included again when the delta Init requests are posted in BW. Of course, the conditions described above for the update collective run must be taken into account.
    Non-serialized V3 Update:With this update mode, the extraction data for the application considered is written as before into the update tables with the help of a V3 update module. They are kept there as long as the data is selected through an updating collective run and are processed. However, in contrast to the current default settings (serialized V3 update), the data in the updating collective run are thereby read without regard to sequence from the update tables and are transferred to the BW delta queue.
    unserialized v3 update
    This update method is recommended for the following general criteria:
    a) Due to the design of the data targets in BW and for the particular application in question, it is irrelevant whether or not the extraction data is transferred to BW in exactly the same sequence in which the data was generated in R/3.
    take a look Roberto's weblog series
    /people/sap.user72/blog/2004/12/16/logistic-cockpit-delta-mechanism--episode-one-v3-update-the-145serializer146
    /people/sap.user72/blog/2004/12/23/logistic-cockpit-delta-mechanism--episode-two-v3-update-when-some-problems-can-occur
    /people/sap.user72/blog/2005/01/19/logistic-cockpit-delta-mechanism--episode-three-the-new-update-methods
    /people/sap.user72/blog/2005/04/19/logistic-cockpit-a-new-deal-overshadowed-by-the-old-fashioned-lis
    https://weblogs.sdn.sap.com/pub/wlg/126 [original link is broken] [original link is broken] [original link is broken]
    doc
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f83be790-0201-0010-4fb0-98bd7c01e328
    and oss note 505700
    Re: delta methods
    go throuth the previous thread
    Delta types
    hope it helps..

  • How to identify whether a page is color page or monochrome page?

    Could anyone tell me how to identify whether a page is color page or B/W page. I'm creating a plugin.
    I tried using the following code
    HDC hdcMem = CreateCompatibleDC(NULL);
    if(!hdcMem){
    PDPageRelease(objPDPage);
    return FALSE;}
    char  *palette = (char*)malloc(4);
    ASFixedMatrix matrixFlipped;
    PDPageGetFlippedMatrix(objPDPage,&matrixFlipped);
    char *palette = (char*)malloc(4);PDPageDrawContentsToWindow(objPDPage,(void*)NULL,(void*)hdc,false,&matrixFlipped,(ASFixedRect*)NULL,NULL,NULL); 
    if(PDPageGetPalette(objPDPage,(void*)hdc,palette)){
    here the PDPageGetPalette always returns false.
    I don't know whats wrong in the code. Please help me.
    Any other simpler way to active my task would be appreciable.
    Thanks in advance.

    HDC hdcMem = CreateCompatibleDC(NULL); 
    char*palette = (char*)malloc(4);                                      
    ASFixedMatrix matrixFlipped;
    PDPageGetFlippedMatrix(objPDPage,&matrixFlipped);
    PDPageDrawContentsToWindow(objPDPage,(void*)NULL,(void*)hdc,false,&matrixFlipped,(ASFixedRect*)NULL,NULL,NULL);
    if(PDPageGetPalette(objPDPage,(void*)hdc,palette))
    here the PDPageGetPalette() always returns false. Whats wrong with the code?
    I want to check the palette values.
    Please help.

  • How to identify whether my query is been already transported or not?

    Hi all,
    How to identify whether any transport request are created for my query. And also how to identify whether the query in the production is been transported to the QA.
    Thanxs
    Haritha

    Hi haritha,
    Once the request is generated u can write the request number and chk in the other server STMS ...if u find the request thr ur transportation should be sucessful
    chk this link...
    http://help.sap.com/saphelp_nw04/helpdata/en/b5/1d733b73a8f706e10000000a11402f/content.htm
    It is very simple ,
    Goto RSA1> Trasport connections> drag & drop ur query to right side panel--> observe the coulmns ( pakage column ) --> If the pakage is $TMP u can sy that that perticular query is not transported ---> If it other than $TMP ( That query has Transported alreay).
    Assign points if helpful
    Cheers
    Raj

  • How to identify whether that particular process chain is active or not?

    Hi all,
    How to identify whether that particular process chain is active or not ?
    thanxs
    haritha

    If see the process chain then it will not be greyed out if it is active. Or else check in these tables.
    RSPCCHAIN
    RSPCCHAINT
    to check the logs
    RSPCLOGS               
    RSPCPROCESSLOG
    Give the chain name and check in the object version.
    Khaja

  • How to know whether balance carry forward has happened or not

    How to know , whether balance carry forward has happened or not for a perticular GL account or for the company code as a whole?

    If the account is a balance sheet account, you can merely look at the beginning balance for the same balance sheet account for the beginning of the next fiscal year FS10N. The beginning balance will equal the previous year's ending balance. Since this does not happen automatically, you will know that carry forward has not been done if a balance sheet account has no beginning balance in the following fiscal year.
    If you are talking about For P&L GL accounts, you can check the acvitity in the retained earnings accounts to make sure that they have been updated for the P&L activity. You can identify the retained earnings account by looking at the master data for the account in the section "P&L statmt acct type" and pulling up the menu to see the actual retained earnings account number.
    You can perform carry foward (GVTR) as many times as you want but normally once it has been ran, any postings to a  previous fiscal year are automatically carried forward to the current year after that initial run.

  • How to detect whether browser's java script  disabled or not from server

    How to detect whether browser's java script disabled or not from server side

    I would use a hidden parameter created by a javascript. if this is null, javascript is disabled...

  • How do i test a record containing status E0008 and not containing status I0002

    hello all,
    how do i test a record containing status E0008 and not containing status I0002  for a given WBS Element....
    the data(like pspnr, posid and objnr from table PRPS are avialable in internal table it_prps)....

    Hi,
    You can check the received table from the function module as per your condition.
    loop at it_prps.
         call function STATUS_READ and pass objnr
              "suppose tables parameter data is in table itab
         Read table itab with key STAT = 'E0008'. "check for E0008
           if sy-subrc = 0.
              read table itab with key stat = 'I0002'. "if E0008 exists then check for I0002
                   if sy-subrc = 0.
                       "both status E0008 & I0002 exists so delete this record from it_prps
                        delete it_prps.
                   else.
                       "only status E0008 exists.
                   endif.
         endif.

Maybe you are looking for

  • Error while saving a policy retention

    I've created a SP 2010 workflow with SharePoint Designer. That way I could link it to a specific content type. Via a retention policy I'd like to start the workflow on a certain date. When I go and save the policy, I get an error. Just the standard "

  • External Table's Tablespace

    Hi, When creating a external table, does the table always reside in the SYSTEM tablespace? Is there a way we can store it in a specified Tablespace. What is the syntax for this?

  • How do I access word documents when I load Lion?

    How do I access my Word and Excel documents when I download Lion? Bob

  • Photoshop CS6: Auto Crop and Straighten work wrong (EDIT)

    Hello together, I use the Creative Cloud for Students (German) and have make for some days an update of my programs like Photoshop CS6. Since today the option of automatic crop and straighten makes some big problems. Edit: I make following Steps: 1.)

  • Files too big can I compress to fit

    Ok great gurus of the Mac world.....I have a project I just finished in final cut. I would like to put three different sections of movies onto one DVD. Problem #1 - The three movies run 7 minutes, 90 minutes & 110 minutes. I imported into idvd thinki