Not able to fetch order type prefixed with 0.

Hi Techies,
I have a problem in getting order category field .
The value for order category is '00',but iam getting this value as empty.
iam getting this value from aufk and iam assigning this value to a local structure.
if i pass autyp= '01' iam getting only 1.
both the data types in table and my structre are same numc(2).
iam confused,pls guide me further.
Thanks

Hi ,
try this way..
data :  v_autyp type aufk-autyp.
move '00' to v_autyp.
if aufk-autyp = w_autyp.
  "write your logic
endif.
or
ranges : r_autyp for aufk-autyp.
r_autyp-low  = 'I'.
r_autyp-option  = 'EQ'.
r_autyp-sign  = 'I'.
append r_autyp.
r_autyp-low  = '2'.
r_autyp-option  = 'EQ'.
r_autyp-sign  = 'I'.
append r_autyp.
if aufk-autyp in r_autyp.
  "write your logic
endif.
Prabhudas

Similar Messages

  • Not able to create a material document with movement type 103

    I am not able to create a material document with movement type 103,
    The system is populating the value as 101 .
    How do I create a matdoc with movement type 103?

    What is the error you receive? Please specify with message number.
    On MIGO, you need to change the default value mvmt type value to 103 before you enter the PO number to be able to do 103.
    Once this defualt value is set, you can enter the PO and item number in the document number fields and proceed with 103.
    But you cannot change the mvmt type for already entered items from 101-103 or vice versa.
    I think the 101-103 and 103-101 mvmt type conversion message is standard error message

  • Not able to fetch some network switches data in LMS 4.0

    Hi Experts,
     we have LMS 4.0 and we found one problem that some network switches data are not able to fetch with LMS.
    what could be the reason to happen this type of problem?
    please assist with best solution to resolve this issue..
    Suhas B.

    Hi,
    I am facing below problem
    Config Archival Status
    No. of Devices
    Successful
    48
    Failed
    1
    Partially Successful
    0
    Total
    1345
    Configuration Never Collected
    1338
    So I look up a device in the Device Center, here is its Reachability Status:
    SNMPv1 Read
    Success
    SNMPv2c Read
    Success
    SNMPv1 Write
    Failed
    SNMPv2c Write
    Failed

  • Not able to fetch the data by Virtual Cube

    Hi Experts,
    My requirement is I need to fetch the data from Source System (From Data base table) by using Virtual Cube.
    What I have done is I have created Virtual Cube and created corresponding Function Module in Source System.
    That Function MOdule is working fine, if Data base table is small in Source System.But If data base table contains huge amount of data (millions of record), I am not able to fetch the data.
    Below is the code I have incorporated in my function module.
    c_th_mapping TYPE CL_RSDRV_EXTERNAL_IPROV_SRV=>TN_TH_IOBJ_FLD_MAPPING.
      DATA:
        l_s_map TYPE CL_RSDRV_EXTERNAL_IPROV_SRV=>TN_S_IOBJ_FLD_MAPPING.
      l_s_map-iobjnm = '0PARTNER'.
      l_s_map-fldnm  = 'PARTNER'.
      insert l_s_map into table l_th_mapping.
    create object l_r_srv
        exporting
           i_tablnm              = '/SAPSLL/V_BLBP'
          i_th_iobj_fld_mapping = l_th_mapping.
      l_r_srv->open_cursor(
        i_t_characteristics = characteristics[]
        i_t_keyfigures      = keyfigures[]
        i_t_selection       = selection[] ).
       l_r_srv->fetch_pack_data(
        importing
          e_t_data = data[] ).
      return-type = 'S'.
    In the above function Module,Internal table L_TH_MAPPING contains Info Objects from Virtual Cube and corresponding field from Underlying data base table.
    The problem where I am facing is, in the method FETCH_PACK_DATA, initially program is trying to fetch all the recordsfrom data base table to internal table.If Data base table so lagre, this logic is not working.
    So would you please help me how to handle these kind of issues.

    Hi Experts,
    My requirement is I need to fetch the data from Source System (From Data base table) by using Virtual Cube.
    What I have done is I have created Virtual Cube and created corresponding Function Module in Source System.
    That Function MOdule is working fine, if Data base table is small in Source System.But If data base table contains huge amount of data (millions of record), I am not able to fetch the data.
    Below is the code I have incorporated in my function module.
    c_th_mapping TYPE CL_RSDRV_EXTERNAL_IPROV_SRV=>TN_TH_IOBJ_FLD_MAPPING.
      DATA:
        l_s_map TYPE CL_RSDRV_EXTERNAL_IPROV_SRV=>TN_S_IOBJ_FLD_MAPPING.
      l_s_map-iobjnm = '0PARTNER'.
      l_s_map-fldnm  = 'PARTNER'.
      insert l_s_map into table l_th_mapping.
    create object l_r_srv
        exporting
           i_tablnm              = '/SAPSLL/V_BLBP'
          i_th_iobj_fld_mapping = l_th_mapping.
      l_r_srv->open_cursor(
        i_t_characteristics = characteristics[]
        i_t_keyfigures      = keyfigures[]
        i_t_selection       = selection[] ).
       l_r_srv->fetch_pack_data(
        importing
          e_t_data = data[] ).
      return-type = 'S'.
    In the above function Module,Internal table L_TH_MAPPING contains Info Objects from Virtual Cube and corresponding field from Underlying data base table.
    The problem where I am facing is, in the method FETCH_PACK_DATA, initially program is trying to fetch all the recordsfrom data base table to internal table.If Data base table so lagre, this logic is not working.
    So would you please help me how to handle these kind of issues.

  • I've downloaded the newest version of softwear to my iTunes libary (iOS 10.5 i believe) iTunes store now dosn't function right and i'm not able to sync. my iPod 4G with my libary. i've tried to reinstall iTunes, but for no use. help please.

    I've downloaded the newest version of softwear to my iTunes libary (iOS 10.5 i believe) iTunes store now dosn't function right and i'm not able to sync. my iPod 4G with my libary. i've tried to reinstall iTunes, but for no use. help please.

    well i have to be honest, but i don't know if it the vista you use has any significance for this. but you can try.
    okay follow:
    1: click "start" on the status line on the buttom of your screen.
    2: then click on "all Programs" and find "Accessories" and find the "command prompt"
    3: Right click with your mouse "command prompt" and click on "run as administrator"
    (as you has click'd on "run as administrator", "command prompt" should appear.)
    4: when it appears you need to type this "netsh windsock reset"
    5: wait for your computer to registrer the command you gave it, and restart your computer.
    then erverything should be pretty much as good or better then new.

  • Not able to fetch serial number in MFBF

    Hello,
    We are doing production booking through MFBF transaction and the serial number has to be enterred for each backflush.
    I want to check the serial number for validation, hence i am using user exit "ZXMRMU02" with customised code.
    I need to fetch plant and posting date from input screen and compare the posting month with serial number letter(month) if both are matching then only I should be able to do MFBF otherwise system should through an errror message that " posting is not in current month.
    The problem here is I am unable to fetch serial number from input screen (Program Name SAPLIPW1 & Screen Number 0200). however I am able to get Material , Posting dates, Plant.
    Please suggest how can we fetch serial number from input screen.
    when i go with field exit, I could fetch serial number but not able to fetch plant and posting dates which are in first screen.
    Thanks,
    Kumar

    Dear Kumar,
    As per Std SAP behaviour, You can't use Serial Number Management for Goods Movement with Backflushing.When you are setting Backflush indicator as 1 always backflush in Material master system will not allow you to maintain serial number profile in work scheduling view.
    Also go thr. SAP Note No. 317455 for more clarification about using serial numbers with backflushing.
    Hope this helps.
    Regards,
    Tejas
    Edited by: Tejas  Pujara on Apr 10, 2009 7:12 AM

  • Not able to see Employee type supplier after upgrade to 12.1.2

    We have custom responsibility for Payables Manager, after upgrade to 12.1.2 from 11.5.10, some of the employees are not able to see the Employee Type supplier, but some employees are able to see all. I thought this maybe related to Role so I tried to add the roles that are missing from the employees that are able to see all supplier, but didn't help. Anyone know where to look at this? Thanks in advance.

    Hii ,
    Can you brief your problem in detail ? What do you mean by Not able to see Employee Type Supplier , is it do you mean in the Lovs ? or which form ??May be I can look into it .
    Thanks
    vennala

  • I have garagaband for iOs in my iPhone 4S, I connect my squire iOs guitarr to the iPhone, I select a Guitar Amp at the GB app then I Only can tune the guitar but I m not able to make the guitar ring with the amps. May some one help me?

    I have garagaband for iOs in my iPhone 4S, I connect my Squire iOs guitarr to the iPhone, I select a Guitar Amp at the GB app then I Only can tune the guitar but I m not able to make the guitar ring with the amps. May some one help me?

    You got the new iphone?????   I have same problem.  I transferred audiobooks to device to find no audiobooks on device (despite it being in iTunes as if it was).  Have you found a solution?????   I even tried to change import settings on format transfer but hasn't worked. 

  • Not able to copy Wage types

    Hi, I am not able to copy wage types while configuring 0008. It says tables are locked for the user. I am not able to scroll down nor click on any function like Copy. When I click on any text, an error message flashes down in red as entry already copied. when I click on Execute Define Wage types and select Copy, I get a message that the tables are locked for this user. Help me understand what caused and how to resolve.
    Thank you.
    Sudha

    Hi
    Kindly close other sessions in your SAP System or check whether any other user using the same table

  • Hello, i changed my mediathek-folder due to space-problems and since then i am not able to fill the iphone (4) with music anymore. also i cant delete music in itunes, which already is on the iphone... HELP!!!

    hello, i changed my mediathek-folder due to space-problems and since then i am not able to fill the iphone (4) with music anymore. also i cant delete music in itunes, which already is on the iphone... HELP!
    does anybody know how to solve this problem? thx!

    If you want to try to clear even more disk space see https://discussions.apple.com/thread/5872318?tstart=0

  • I am not able to sync my ipod 4g with itunes.

    I am not able to sync my ipod 4g with itunes. Says unable to "load data class"!!!! Please help!!!!! SOS!!! I have tried every possible trick present in google!!! But nothing helped!!!!
    Below is what I tried from the threads on google!
    I do not have a folder called "SyncServices" in my HDD!
    Sync process is not shown in the task manager!
    I have tried renaming/copying the "sqlite3.dll" but yet nothing worked!
    I reinstalled i tunes 8 times!
    I degraded itunes ASWELL!
    I tried restoring!
    I tried erasing Sybc history!
    (You may noe have an idea how ****** I may be!!!)
    Please for gods sake help me fixing this out!! I can wait to sync my stuff!

    I finally solved this problem my self!!
    There is no other way to get this sorted than to re-install windows. It may be some corrupt windows file that causes this error.
    TIP- If you do not want to erase all the data on your PC reinstall windows on another empty drive thus making your computer run on dual OS's.

  • HT4259 I have the old airport express but my iPad 3 is not able to connect to it even with the app downloaded. What can I do?

    I have the old airport express but my iPad 3 is not able to connect to it even with the app downloaded. What can I do?

    Use a windows computer.. or ask a friend to bring a windows laptop and use the 5.6 version windows utility.

  • I am not able to sync my outlook contacts with my iphone (both ways) noting that the calendar and notes are suncing perfectly (both ways)?

    I am not able to sync my outlook contacts with my iphone (both ways) noting that the calendar and notes are suncing perfectly (both ways)?

    You cannot sync Outlook 2011 directly with an iPhone, but if you go to the Tools menu and choose Sync Services, you can have Outlook sync with iCal and Address Book, which will then sync with the iPhone. And if your business is using Microsoft Exchange, you can set the iPhone up to communicate and sync directly with the Exchange server.
    Regards.

  • HT1414 I am not able to view any type of video on my iPad????

    I am not able to view any type of video on my iPad????

    Then reboot your iPad and see if that fixes it.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • I am not able to see the airplay icon with Maverick. Can anyone help on how to go about this?

    I am not able to see the airplay icon with Maverick. Can anyone help on how to go about this?

    Does restarting the router help?
    Best.

Maybe you are looking for