Hi,
When i try to include a menu from first program to second program, it hides the application toolbar items i created ini second program. why it happens ?
Is there any solution for this ?
Hi,
When i try to include a menu from first program to second program, it hides the application toolbar items i created ini second program. why it happens ?
Is there any solution for this ?
Dear Experts.
We are using a https:// request to send SMS from SAP. So we used “CALL_BROWSER” functional module to run URL with a https:// extension and managed to run at foreground.
Since the requirement is to run the application background we need to find a another functional module to run this HTTPS request.
We would like to know whether there are any other functional module where we can used it for the same reason but in back ground and also is there any configuration that we have to fix by our basis team.
Hi am a fresher I want to which module is best for fresher abap or hana? Sap is good for fresher ?Pls help me out am in great confusion..and suggest me which institute is best for sap?
Hi ,
Outbound IDOC .
How to debug IDOC conversion rule in BD79.
I have created Basic type :INVOIC02
Even I have created CONVERSION_EXIT_XXXX_INPUT and assigned to conversion rule not able to trigger in debug.
regards,
Raghavendra.
Hi,
In smartforms you have a loop function.
In this loop i always looped using in an internal table
But now i have to loop n times. (n=3 or 4 or 5)
in the loop you have an chackbox for using an internal table or not.
So i think it must be possible to also loop without an internal table.
But i cannot figure out how to do this.
It seems impossible to me.
Does anyone knows a way to achieve this (without making a dummy table with 5 entries)
Thanx in advance.
Hi All,
I have created a function module where i am communiocating with webservice. The functionality is I am sending a number to the Website and getting back the result. Everything with function module is working fine.
But i Need to check a lot more numbers(around 7 hundread thousand numbers). I have all These numbers in a database table, if i program normally calling function module everytime it takes few days to execute this program.
So please suggest me how can i use parallel processing or multithreading.
We can send only one request to Website at time in single call.
Thanks in advance,
Narsireddy Cheruku
Hi All,
I need to know if there is any standard way to modify the Tranfer Order(TO). I need to change the quantity, GR date in the TO and also I have to add line items in TO. If any of the quants of the actual HU were misising in TO, then those quants has to be added in TO before confirmation.
I could not find any BAPI and FM for the same. Actually the first thing I would like to know that if the standard provides any transaction to modify the TO before confirmation. If so, I can try to write the BDC for the standard transaction.
Kindly provide your valuable suggestions.
Regards,
Gaayathri.
Dear experts,
I am wondering if I can get any insight in the following problem.
The case is that I have create an email with the following content with both English and Chinese Characters in R/3 as shown. The content is defined using SE61, Document Class 'Dialog Text'.
Then the standard program RSCONN01 is executed to send the email out to an email address. The English paragraph can be concatenated regardless of how it looks like in R/3, however, for the Chinese paragraph, it is simply the same as it is in R/3. Any idea how I can make the Chinese paragraph concatenated.
Thanks,
Francis
Hello ,
I want to create a program to print out production order with open status .
How can i do that?
For information , my program work well when i release porduction order .
Thanks
The new T-code is working but we have only one request. The field name are now displayed as technical value instead of description. Would you be able to change this. See below the screen shots of the old T-Code versus the New T-Code,
Capture only Text elements and field symbols in TR, find the below screenshots for your better understanding.
Dear All,
I stuck with the problem of IDoc which is not getting triggered while creating a material.
I have used "BAPI_MATERIAL_SAVEDATA".
Please help at the earliest.
Thanks,
Brijesh Gandhi
Hi All,
I have a requirement to create Storage Bin with some custom name. Please guide me on the same.
I need to create a new Storage bin inside the User Exit(EXIT_SAPLL03A_001). This User Exit is used to identify the destination storage bin during stock transfer.(Eg. in LT10). Hence during Stock transfer in LT10, when destination storage bin is not provided by the user, the storage bin has to be created and the stock transfer should happen to that new storage bin.
Kindly share your thoughts.
Regards,
Gaayathri.
Hi experts,
I have a File-->XI-->IDOC scenario in which for every line receveid from a input csv file I have to create/update 2 conditions (MM and SD) in COND_A01 IDOC.
In fact for every line received I have to create 2 IDOC.
Is it possible?
Thanks,
Fabio
Hi ,
We are developing a particular functionality which should NOT work for sales order changed by IDOC.
The issues is, some times the idoc coming from another system and fails, then it is manually processed by user.
But, when i see the changes done in the sales order (through IDOC) is done by USER (not system ) and in transaction VA02. After further analysis , we found that when idoc is manually processed , it uses batch input session.
So, the issue is this new functionality which we have added should not work for such sales order which are changed by IDOC. How can we check if the sales order is being changed in batch input session and not by using normal dialog session?
Hi everybody,
is it possible to set an external Breakpoint for the Debugging of Worksflows or any processes that are execute via the User WF-Batch?
If yes, how can I achieve that; what do I have to do?
I found know, that in ABAP-EDITOR -> Utilities -> Settings -> ABAP Editor -> Debugging
--> hier I can set a user.
But when I try to set WF-Batch, i get an error:
Debugging is only possible with a "Dialog" type user
Regards
Mario
Hi All,
For Output Message in Purchase Order when i use ME22N/ME21N i am getting messge log with error Error During Sending Email
and set Output message Status With GREEN Symbol (Nast-vstat = '1')
While Doing it with ME9F i am getting Error System Error when Accessing Knowledge Provider and Set Output Message with Status
RED Symbol(nast-vstat = '2')
When Use ME21N/ME22N
When Use ME9F
Both have number of error is same only last is changed......
Also when i debugging my Print Program it will stop only in ME9F Output Message but not with ME21N/ME23N ....but they are giving same Programe name in Message Log.....
Also Check with Hard Break Point and same behaviour ....
Please Help....
Thanks,
Mahipal
Hi All,
We have an interface program which we use to create & update customer master. We are first saving IDocs (with type DEBMAS07) in status 64 & then processing the idocs using program RBDAPP01.
The issue is, whenever we are putting telephone number information in segment E1KNA1M of idoc, table ADR2 (table ADR2 saves telephone number details for customer) is getting updated with double entry. I mean, 2 entries are getting created in ADR2 instead of one, also the 'default flag' is 'ON for both of them which is incorrect.
If someone has encountered similar issue & have resolved it then please let me know.
Thanks.
Regards,
Puja
Hello experts,
I am looking for a function module that uses objectid of a business event and returns its Group. I think that i can get this information using table hrp1001 but im not sure about its validity.
Regards
Hi,
I am facing this weird issue, we recently upgraded to 7.4 SP5 and this issue was not present previously.
I have a declaration
data : lv_string type string value 'Hello'.
When I check the program in extended check, under character/string it shows this as an error saying text element is missing.
if I make it
data : lv_string type string value 'Hello'(001).
This gives me syntax error saying text element should not be here.
Another issue is for my colleague, when he writes
data: lv_string type char20 value 'Hello'.
there is no extended check error, but the same error shows up for me for the same statement.
Is there any setting for Extended Code check, as said this issue was not present before the upgraded.
Hello folks,
Have any one used LT03 save exit?
If yes could you please share with me.
Im really frustrated after checking each any every exit.
Thanks
Ashwath