Re:[sap-log-pp] [sap-dev] Enabling a field for Input programmatically , which is disabled on a screen.
Posted by
Admin at
Share this post:
|
0 Comments
Posted by vhsunkad on Apr 28 at 9:33 AM | Mark as helpful |
Hello,
The valid from date is picked up from the change number you are entering in the initial screen and this is the reason for that field being disabled.
Thanks & Regards,
Vinay Sunkad
--- On Tue, 6/4/10, sriannamaraju via sap-log-pp <sap-log-pp@Groups.ITtoolbox.com> wrote:
From: sriannamaraju via sap-log-pp <sap-log-pp@Groups.ITtoolbox.com>
Subject: Re:[sap-log-pp] [sap-dev] Enabling a field for Input programmatically , which is disabled on a screen.
To: "vinay sunkad" <vinay_1966@yahoo.com>
Date: Tuesday, 6 April, 2010, 3:20 AM
Posted by sriannamaraju
on Apr 5 at 5:50 PM Mark as helpful
Hi all,
I am basically looking for a conventional solution, i guess i have a fair
idea if i have to open this field by changing the field status in the
screen.
But don't yet know if that is going to work or if there is going to be some
undesired effect else where.
Basically what I am looking for is, why this field is not open in the
standard SAP when the different revisions for a material can have different
valid from dates? or I need to learn more about how revisions and change
numbers are handled in SAP.
On Mon, Apr 5, 2010 at 1:42 PM, R. Neal Wilhite via sap-dev <
sap-dev@groups.ittoolbox.com> wrote:
>
> Posted by R. Neal Wilhite (Senior
> Project Manager)
> on Apr 5 at 3:53 PM
> After looking deeper into the problem, I do not believe that SAP has
> provided a sufficient interface for this. I'd start looking for notes and if
> I didn't find any, then write a problem request to OSS requesting
> instructions for entering the historical data...
>
> Neal
>
>
>
>
>
>
>
>
> -----Original Message-----
> From: R. Neal Wilhite via sap-dev <sap-dev@Groups.ITtoolbox.com>
> To: R. Neal Wilhite <wilhiten@aol.com>
> Sent: Mon, Apr 5, 2010 3:19 pm
> Subject: Re: [sap-dev] Enabling a field for Input programmatically , which
> is disabled on a screen.
>
>
>
>
>
>
>
>
> Posted by R. Neal Wilhite (Senior Project Manager)
> on Apr 5 at 3:22 PM
> Mark as helpful
>
>
> Either it is functional, or he will need to find a appropriate exit in
> which to change the characteristic of the field and then determine whether
> the functionality for updating it already exists in the screen module...
>
> Neal
>
>
>
>
>
>
>
>
> -----Original Message-----
> From: horacio zapettini via sap-dev <sap-dev@Groups.ITtoolbox.com>
> To: R. Neal Wilhite <wilhiten@aol.com>
> Sent: Mon, Apr 5, 2010 1:44 pm
> Subject: RE:[sap-dev] Enabling a field for Input programmatically , which
> is disabled on a screen.
>
>
>
>
>
>
>
>
> Posted by horacio zapettini
> on Apr 5 at 1:46 PM
> Mark as helpful
>
>
> Why are you surprised?
> I'm sure that after 7 years the OP has been able to solve it and nobody
> else in this time has been through this issue.
> BTW, your question is functional, isn't it? Have you posted it in a
> functional group?
> HTH
> Horacio
>
> ________________________________
> De: sriannamaraju via sap-dev [mailto:sap-dev@Groups.ITtoolbox.com]
> Enviado el: Lunes, 05 de Abril de 2010 02:00 p.m.
> Para: Horacio Zapettini
> Asunto: RE:[sap-dev] Enabling a field for Input programmatically , which is
> disabled on a screen.
>
> [http://userimages.toolbox.com/user/b_1912695.jpg]
>
> Posted by sriannamaraju
> on Apr 5 at 1:25 PM
>
> [http://images.ittoolbox.com/vt/icons/vote.png]Mark<http://images.ittoolbox.com/vt/icons/vote.png%5DMark>as helpful<
> http://it.toolbox.com/api/ContentVote/3418054/1/1/>;;
>
> HI guys,
> I am surprised this question did not receive any replies; I have the same
> problem now, i want to enter material revision level with valid from date.
>
> the scenario is like this,
> we want to separate some materials from our current client and move them to
> different client, these materials in the current client have multiple
> revision levels created over a period of time. these are Alfa, numeric and
> alphanumeric. the requirement is to have all the revision levels copied into
> the new client so that the history is maintained.
>
> alternately, is it possible to pull only the current (latest revision
> level) from AEOI for a bulk of materials when multiple revisions exist?
>
> ---------------Original Message---------------
> From: Shylendra Ragi
> Sent: Tuesday, June 17, 2003 4:47 AM
> Subject: Enabling a field for Input programmatically , which is disabled on
> a screen.
>
> > Hi Friends,
> > Can any body help me regarding how to enable a field of a screen
> > programmatically, which is appearing on the screen but disabled.
> >
> > My question is related to 'cc11' transaction(Create material Revision
> > level). In the initial screen material field is available. After entering
> a
> > material # ,choose Enter. In the next screen we'll have fields, Change
> > number, revision level and valid from. Valid from is disabled. When u
> enter
> > change number and revision level and then choose Enter, the valid date of
>
> > change number is copied in to this Valid from field.I have checked the
> IMG
> > also to see if any setting is there where I can make the field enable for
>
> > input.Please suggest me how to enable it programmatically.(Also if any
> > setting is available in IMG).
> >
> > Thanks in Advance
> > Shyl.
> > email@removed
__.____._ The valid from date is picked up from the change number you are entering in the initial screen and this is the reason for that field being disabled.
Thanks & Regards,
Vinay Sunkad
--- On Tue, 6/4/10, sriannamaraju via sap-log-pp <sap-log-pp@Groups.ITtoolbox.com> wrote:
From: sriannamaraju via sap-log-pp <sap-log-pp@Groups.ITtoolbox.com>
Subject: Re:[sap-log-pp] [sap-dev] Enabling a field for Input programmatically , which is disabled on a screen.
To: "vinay sunkad" <vinay_1966@yahoo.com>
Date: Tuesday, 6 April, 2010, 3:20 AM
Posted by sriannamaraju
on Apr 5 at 5:50 PM Mark as helpful
Hi all,
I am basically looking for a conventional solution, i guess i have a fair
idea if i have to open this field by changing the field status in the
screen.
But don't yet know if that is going to work or if there is going to be some
undesired effect else where.
Basically what I am looking for is, why this field is not open in the
standard SAP when the different revisions for a material can have different
valid from dates? or I need to learn more about how revisions and change
numbers are handled in SAP.
On Mon, Apr 5, 2010 at 1:42 PM, R. Neal Wilhite via sap-dev <
sap-dev@groups.ittoolbox.com> wrote:
>
> Posted by R. Neal Wilhite (Senior
> Project Manager)
> on Apr 5 at 3:53 PM
> After looking deeper into the problem, I do not believe that SAP has
> provided a sufficient interface for this. I'd start looking for notes and if
> I didn't find any, then write a problem request to OSS requesting
> instructions for entering the historical data...
>
> Neal
>
>
>
>
>
>
>
>
> -----Original Message-----
> From: R. Neal Wilhite via sap-dev <sap-dev@Groups.ITtoolbox.com>
> To: R. Neal Wilhite <wilhiten@aol.com>
> Sent: Mon, Apr 5, 2010 3:19 pm
> Subject: Re: [sap-dev] Enabling a field for Input programmatically , which
> is disabled on a screen.
>
>
>
>
>
>
>
>
> Posted by R. Neal Wilhite (Senior Project Manager)
> on Apr 5 at 3:22 PM
> Mark as helpful
>
>
> Either it is functional, or he will need to find a appropriate exit in
> which to change the characteristic of the field and then determine whether
> the functionality for updating it already exists in the screen module...
>
> Neal
>
>
>
>
>
>
>
>
> -----Original Message-----
> From: horacio zapettini via sap-dev <sap-dev@Groups.ITtoolbox.com>
> To: R. Neal Wilhite <wilhiten@aol.com>
> Sent: Mon, Apr 5, 2010 1:44 pm
> Subject: RE:[sap-dev] Enabling a field for Input programmatically , which
> is disabled on a screen.
>
>
>
>
>
>
>
>
> Posted by horacio zapettini
> on Apr 5 at 1:46 PM
> Mark as helpful
>
>
> Why are you surprised?
> I'm sure that after 7 years the OP has been able to solve it and nobody
> else in this time has been through this issue.
> BTW, your question is functional, isn't it? Have you posted it in a
> functional group?
> HTH
> Horacio
>
> ________________________________
> De: sriannamaraju via sap-dev [mailto:sap-dev@Groups.ITtoolbox.com]
> Enviado el: Lunes, 05 de Abril de 2010 02:00 p.m.
> Para: Horacio Zapettini
> Asunto: RE:[sap-dev] Enabling a field for Input programmatically , which is
> disabled on a screen.
>
> [http://userimages.toolbox.com/user/b_1912695.jpg]
>
> Posted by sriannamaraju
> on Apr 5 at 1:25 PM
>
> [http://images.ittoolbox.com/vt/icons/vote.png]Mark<http://images.ittoolbox.com/vt/icons/vote.png%5DMark>as helpful<
> http://it.toolbox.com/api/ContentVote/3418054/1/1/>;;
>
> HI guys,
> I am surprised this question did not receive any replies; I have the same
> problem now, i want to enter material revision level with valid from date.
>
> the scenario is like this,
> we want to separate some materials from our current client and move them to
> different client, these materials in the current client have multiple
> revision levels created over a period of time. these are Alfa, numeric and
> alphanumeric. the requirement is to have all the revision levels copied into
> the new client so that the history is maintained.
>
> alternately, is it possible to pull only the current (latest revision
> level) from AEOI for a bulk of materials when multiple revisions exist?
>
> ---------------Original Message---------------
> From: Shylendra Ragi
> Sent: Tuesday, June 17, 2003 4:47 AM
> Subject: Enabling a field for Input programmatically , which is disabled on
> a screen.
>
> > Hi Friends,
> > Can any body help me regarding how to enable a field of a screen
> > programmatically, which is appearing on the screen but disabled.
> >
> > My question is related to 'cc11' transaction(Create material Revision
> > level). In the initial screen material field is available. After entering
> a
> > material # ,choose Enter. In the next screen we'll have fields, Change
> > number, revision level and valid from. Valid from is disabled. When u
> enter
> > change number and revision level and then choose Enter, the valid date of
>
> > change number is copied in to this Valid from field.I have checked the
> IMG
> > also to see if any setting is there where I can make the field enable for
>
> > input.Please suggest me how to enable it programmatically.(Also if any
> > setting is available in IMG).
> >
> > Thanks in Advance
> > Shyl.
> > email@removed
Copyright © 2010 Toolbox.com and message author.
Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
In the Spotlight
_.____.__ Earn Recognition for Your Contributions at Toolbox for IT. Gain Points for Community Achievements